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-03-03.03:51:16
SpamBayes Score 0.00060417433
Marked as misclassified No
Message-id <1299124278.27.0.0205301014476.issue10829@psf.upfronthosting.co.za>
In-reply-to
Content
Hi, haypo, would you mind modify your newly added parse_format_flags() function so that it can diff the precision value of '%.0s' and '%s'(Currently both of them return precision as 0)? Because if used with string formatters(%s, %R, %S, %A, ...), they should be very different. And so I can work on issue7330 with it.

Just return precision as -1 to indicate no precision is designated could work.
History
Date User Action Args
2011-03-03 03:51:18ysj.raysetrecipients: + ysj.ray, amaury.forgeotdarc, vstinner
2011-03-03 03:51:18ysj.raysetmessageid: <1299124278.27.0.0205301014476.issue10829@psf.upfronthosting.co.za>
2011-03-03 03:51:17ysj.raylinkissue10829 messages
2011-03-03 03:51:16ysj.raycreate