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 ysj.ray
Recipients amaury.forgeotdarc, vstinner, ysj.ray
Date 2011-02-22.07:24:09
SpamBayes Score 1.1359835e-10
Marked as misclassified No
Message-id <1298359450.08.0.0476327054304.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.


Sounds nice! Maybe several related issues can also use this, like #7330.
History
Date User Action Args
2011-02-22 07:24:10ysj.raysetrecipients: + ysj.ray, amaury.forgeotdarc, vstinner
2011-02-22 07:24:10ysj.raysetmessageid: <1298359450.08.0.0476327054304.issue10829@psf.upfronthosting.co.za>
2011-02-22 07:24:09ysj.raylinkissue10829 messages
2011-02-22 07:24:09ysj.raycreate