Commit #1068: new docs for PEP 3101. Also document the old string formatting as "old", and begin documenting str/unicode unification.

This commit is contained in:
Georg Brandl 2007-08-31 09:22:56 +00:00
parent 20594ccf07
commit 4b49131f2b
9 changed files with 513 additions and 389 deletions

View file

@ -399,8 +399,8 @@ The built-in function :func:`len` returns the length of a string::
basic transformations and searching.
:ref:`string-formatting`
The formatting operations invoked when strings are the
left operand of the ``%`` operator are described in more detail here.
The formatting operations invoked by the :meth:`format` string method are
described in more detail here.
.. _tut-unicodestrings: