[docs] [issue14123] Doc change re old and new string formatting

Christine Jones report at bugs.python.org
Sat Feb 25 21:48:49 CET 2012


New submission from Christine Jones <silly.english.knights at gmail.com>:

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."

----------
assignee: docs at python
components: Documentation
messages: 154283
nosy: docs at python, telephonebook
priority: normal
severity: normal
status: open
title: Doc change re old and new string formatting

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14123>
_______________________________________


More information about the docs mailing list