]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue 7343: notes on {} formatting versus % formatting
authorRaymond Hettinger <python@rcn.com>
Wed, 18 Nov 2009 19:21:11 +0000 (19:21 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 18 Nov 2009 19:21:11 +0000 (19:21 +0000)
Doc/whatsnew/3.0.rst

index ba9afe824815952fdc50fbe180f191108d3be290..214827261be9a81321a74d9184da1379d5c4b68b 100644 (file)
@@ -488,8 +488,8 @@ consulted for longer descriptions.
   :meth:`format` method for both 8-bit and Unicode strings.  In 3.0,
   only the :class:`str` type (text strings with Unicode support)
   supports this method; the :class:`bytes` type does not.  The plan is
-  to eventually make this the only API for string formatting, and to
-  start deprecating the ``%`` operator in Python 3.1.
+  to make this the preferred API for string formatting and to
+  de-emphasize the ``%`` string formatting operator.
 
 * :ref:`pep-3105`.  This is now a standard feature and no longer needs
   to be imported from :mod:`__future__`.  More details were given above.