]> granicus.if.org Git - python/commitdiff
remove version note
authorBenjamin Peterson <benjamin@python.org>
Sun, 25 May 2008 19:45:17 +0000 (19:45 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 25 May 2008 19:45:17 +0000 (19:45 +0000)
Doc/library/string.rst

index 461f466e66a6d77982d8718787cb23d071404e37..a5c3a810aa840d7ee464ffa19765d392e62a5b66 100644 (file)
@@ -81,12 +81,11 @@ The constants defined in this module are:
 String Formatting
 -----------------
 
-Starting in Python 3.0, the built-in string class provides the ability to do
-complex variable substitutions and value formatting via the :func:`format`
-method described in :pep:`3101`.  The :class:`Formatter` class in the
-:mod:`string` module allows you to create and customize your own string
-formatting behaviors using the same implementation as the built-in
-:meth:`format` method.
+The built-in string class provides the ability to do complex variable
+substitutions and value formatting via the :func:`format` method described in
+:pep:`3101`.  The :class:`Formatter` class in the :mod:`string` module allows
+you to create and customize your own string formatting behaviors using the same
+implementation as the built-in :meth:`format` method.
 
 .. class:: Formatter