commit | 2b41fdccd347c163f2fe81f6c8739d8d3c631f20 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Aug 14 22:23:42 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Aug 14 22:23:42 1997 +0000 |
tree | 08b2dd2bba0b4f0878e6d66ceb036ce3c803b6a4 | |
parent | 3485bb6f44a5c07fb1387f3c3b9b02067252b990 [diff] |
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).