This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients brett.cannon, eric.smith, georg.brandl, jaredgrubb, rhettinger
Date 2009-11-18.19:21:59
SpamBayes Score 8.554473e-08
Marked as misclassified No
Message-id <1258572121.29.0.779340672736.issue7343@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed in r76372:

* :ref:`pep-3101`.  Note: the 2.6 description mentions the
  :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 make this the preferred API for string formatting and to
  de-emphasize the ``%`` string formatting operator.
History
Date User Action Args
2009-11-18 19:22:01rhettingersetrecipients: + rhettinger, brett.cannon, georg.brandl, eric.smith, jaredgrubb
2009-11-18 19:22:01rhettingersetmessageid: <1258572121.29.0.779340672736.issue7343@psf.upfronthosting.co.za>
2009-11-18 19:22:00rhettingerlinkissue7343 messages
2009-11-18 19:21:59rhettingercreate