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-02-21.23:47:25
SpamBayes Score 1.0445295e-05
Marked as misclassified No
Message-id <1298332050.02.0.00641520097022.issue10829@psf.upfronthosting.co.za>
In-reply-to
Content
Well, the main problem is that there are 3 different codes to parse the format string, and each code is different... Attached patch factorizes the code: create one subfunction parse_format_flags(). It fixes also this issue and prepares the work to fix #10831.
History
Date User Action Args
2011-02-21 23:47:30vstinnersetrecipients: + vstinner, amaury.forgeotdarc, ysj.ray
2011-02-21 23:47:30vstinnersetmessageid: <1298332050.02.0.00641520097022.issue10829@psf.upfronthosting.co.za>
2011-02-21 23:47:26vstinnerlinkissue10829 messages
2011-02-21 23:47:26vstinnercreate