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 telephonebook
Recipients docs@python, telephonebook
Date 2012-02-25.20:48:48
SpamBayes Score 0.010010317
Marked as misclassified No
Message-id <1330202928.96.0.727285588049.issue14123@psf.upfronthosting.co.za>
In-reply-to
Content
Change to this http://docs.python.org/py3k/library/stdtypes.html as suggested by Nick Coghlan here http://www.gossamer-threads.com/lists/python/dev/969817

"The formatting operations described here are modelled on C's printf()
syntax. They only support formatting of certain builtin types, and the
use of a binary operator means that care may be needed in order to
format tuples and dictionaries correctly. As the new string formatting
syntax is more powerful, flexible, extensible and handles tuples and
dictionaries naturally, it is recommended for new code. However, there
are no current plans to deprecate printf-style formatting."
History
Date User Action Args
2012-02-25 20:48:49telephonebooksetrecipients: + telephonebook, docs@python
2012-02-25 20:48:48telephonebooksetmessageid: <1330202928.96.0.727285588049.issue14123@psf.upfronthosting.co.za>
2012-02-25 20:48:48telephonebooklinkissue14123 messages
2012-02-25 20:48:48telephonebookcreate