Georg Brandl
|
7a8e58249c
|
Fix the string formatting docs for now; if the feature is changed again, the docs can be changed too.
|
2007-09-04 07:27:54 +00:00 |
Eric Smith
|
9d4ba3970f
|
Removed used_args param from string.Formatter.get_field. It was left in by mistake from an earlier edit.
|
2007-09-02 15:33:26 +00:00 |
Georg Brandl
|
55ac8f0f26
|
Get rid of the remaining versionadded/versionchanged directives.
|
2007-09-01 13:51:09 +00:00 |
Georg Brandl
|
7f13e6b3e2
|
string.maketrans() now produces translation tables for bytes.translate() -- wrong module?
Fix all remaining instances that did bad things with the new str.translate().
|
2007-08-31 10:37:15 +00:00 |
Georg Brandl
|
4b49131f2b
|
Commit #1068: new docs for PEP 3101. Also document the old string formatting as "old", and begin documenting str/unicode unification.
|
2007-08-31 09:22:56 +00:00 |
Georg Brandl
|
116aa62bf5
|
Move the 3k reST doc tree in place.
|
2007-08-15 14:28:22 +00:00 |