]> granicus.if.org Git - python/commit
Moved some non-standard format characters out of the standard list.
authorGuido van Rossum <guido@python.org>
Thu, 14 Aug 1997 22:23:42 +0000 (22:23 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 14 Aug 1997 22:23:42 +0000 (22:23 +0000)
commit2b41fdccd347c163f2fe81f6c8739d8d3c631f20
tree08b2dd2bba0b4f0878e6d66ceb036ce3c803b6a4
parent3485bb6f44a5c07fb1387f3c3b9b02067252b990
Moved some non-standard format characters out of the standard list.
Also moved %c and %Z out of there, even though they are standard,
because these are locale dependent (and e.g. on Windows and Mac they
return different strings).  Finally, sorted the tables slightly
different, to match my standard docs better (%a before %A).
Lib/test/test_strftime.py