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 Sean.Ochoa, eric.smith, ezio.melotti, lekma, lemburg, mark.dickinson, petri.lehtinen, python-dev, ron_adam, serhiy.storchaka, vstinner, ysj.ray
Date 2013-05-06.21:36:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367876161.29.0.502001418557.issue7330@psf.upfronthosting.co.za>
In-reply-to
Content
Finally, I closed this issue. Sorry for the long delay, but many other PyUnicode_FromFormat() issues had to be discussed/fixed before this one can be fixed. It was also much easier to fix this issue since my refactoring of PyUnicode_FromFormat() to only parse the format string once (thanks to the _PyUnicodeWriter API) instead of having 4 steps.

Thanks to Ysj Ray, thanks to reviewers.

This is one of the oldest issue that I had to fix :-)
History
Date User Action Args
2013-05-06 21:36:01vstinnersetrecipients: + vstinner, lemburg, mark.dickinson, eric.smith, ron_adam, ezio.melotti, lekma, ysj.ray, python-dev, petri.lehtinen, serhiy.storchaka, Sean.Ochoa
2013-05-06 21:36:01vstinnersetmessageid: <1367876161.29.0.502001418557.issue7330@psf.upfronthosting.co.za>
2013-05-06 21:36:01vstinnerlinkissue7330 messages
2013-05-06 21:36:01vstinnercreate