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 vstinner
Recipients amaury.forgeotdarc, vstinner, ysj.ray
Date 2011-03-02.00:12:38
SpamBayes Score 7.558165e-05
Marked as misclassified No
Message-id <1299024774.38.0.385258234191.issue10829@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed in Python 3.3 (r88702+r88703).

I don't really want to backport it to 3.2, 3.1 or 2.7, because the patch is complex, changes a very important function, and the fixed bug (don't crash on invalid format strings) is minor. If you would like the fix into in old release, please reopen the issue and tell me why.
History
Date User Action Args
2011-03-02 00:12:54vstinnersetrecipients: + vstinner, amaury.forgeotdarc, ysj.ray
2011-03-02 00:12:54vstinnersetmessageid: <1299024774.38.0.385258234191.issue10829@psf.upfronthosting.co.za>
2011-03-02 00:12:38vstinnerlinkissue10829 messages
2011-03-02 00:12:38vstinnercreate