summaryrefslogtreecommitdiffstats
path: root/Doc/library/string.rst
Commit message (Collapse)AuthorAgeFilesLines
* Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie.Georg Brandl2008-02-011-1/+1
|
* Fix markup.Georg Brandl2008-01-111-3/+3
|
* Fix the string formatting docs for now; if the feature is changed again, the ↵Georg Brandl2007-09-041-2/+1
| | | | docs can be changed too.
* Removed used_args param from string.Formatter.get_field. It was left in by ↵Eric Smith2007-09-021-1/+1
| | | | mistake from an earlier edit.
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-4/+0
|
* string.maketrans() now produces translation tables for bytes.translate() -- ↵Georg Brandl2007-08-311-15/+9
| | | | | | wrong module? Fix all remaining instances that did bad things with the new str.translate().
* Commit #1068: new docs for PEP 3101. Also document the old string formatting ↵Georg Brandl2007-08-311-256/+356
| | | | as "old", and begin documenting str/unicode unification.
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+468