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 r.david.murray
Recipients Ben.Wolfson, eric.araujo, eric.smith, mark.dickinson, petri.lehtinen, r.david.murray
Date 2011-06-03.15:13:16
SpamBayes Score 0.0022048112
Marked as misclassified No
Message-id <1307113997.68.0.434319238356.issue12014@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation is, in principle, wrong.  The actual authority for the "correct" implementation is PEP3101, which says the following:

    The str.format() function will have
    a minimalist parser which only attempts to figure out when it is
    "done" with an identifier (by finding a '.' or a ']', or '}',
    etc.).

Changing that specification would require a discussion on python-dev.
History
Date User Action Args
2011-06-03 15:13:17r.david.murraysetrecipients: + r.david.murray, mark.dickinson, eric.smith, eric.araujo, Ben.Wolfson, petri.lehtinen
2011-06-03 15:13:17r.david.murraysetmessageid: <1307113997.68.0.434319238356.issue12014@psf.upfronthosting.co.za>
2011-06-03 15:13:17r.david.murraylinkissue12014 messages
2011-06-03 15:13:16r.david.murraycreate