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 eric.smith, ezio.melotti, lemburg, mark.dickinson, ron_adam, vstinner, ysj.ray
Date 2011-02-10.15:37:32
SpamBayes Score 2.2427583e-05
Marked as misclassified No
Message-id <1297352253.48.0.640484593798.issue7330@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks haypo!

Here is the updated patch, it add the tests about width modifiers and precision modifiers of %S, %R, %A. Besides I don't know how to add tests of %s, since when calling through ctypes, I could not get correct result value as python object from PyUnicode_FromFormat() with '%s' in format string as argument.
History
Date User Action Args
2011-02-10 15:37:33ysj.raysetrecipients: + ysj.ray, lemburg, mark.dickinson, vstinner, eric.smith, ron_adam, ezio.melotti
2011-02-10 15:37:33ysj.raysetmessageid: <1297352253.48.0.640484593798.issue7330@psf.upfronthosting.co.za>
2011-02-10 15:37:32ysj.raylinkissue7330 messages
2011-02-10 15:37:32ysj.raycreate