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 eric.smith, ezio.melotti, lekma, lemburg, mark.dickinson, petri.lehtinen, python-dev, ron_adam, vstinner, ysj.ray
Date 2012-10-06.22:53:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349564024.1.0.292603455862.issue7330@psf.upfronthosting.co.za>
In-reply-to
Content
I rewrote PyUnicode_FromFormatV() to use a single step instead of four: see issue #16147. So it's now simpler to fix this issue. Here is a new patch to implement width and precision modifiers for %s, %A, %R, %S and %U formats.
History
Date User Action Args
2012-10-06 22:53:44vstinnersetrecipients: + vstinner, lemburg, mark.dickinson, eric.smith, ron_adam, ezio.melotti, lekma, ysj.ray, python-dev, petri.lehtinen
2012-10-06 22:53:44vstinnersetmessageid: <1349564024.1.0.292603455862.issue7330@psf.upfronthosting.co.za>
2012-10-06 22:53:44vstinnerlinkissue7330 messages
2012-10-06 22:53:43vstinnercreate