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 Arfrever, amaury.forgeotdarc, ezio.melotti, lemburg, loewis, vstinner
Date 2010-03-08.23:36:44
SpamBayes Score 0.012118658
Marked as misclassified No
Message-id <1268091406.19.0.416104672075.issue6697@psf.upfronthosting.co.za>
In-reply-to
Content
unicode_fromformat_U.patch: replace PyUnicode_FromFormat("..%s...", ..., _PyUnicode_AsString(obj)) by PyUnicode_FromFormat("...%U...", ..., obj). It replaces also "%.200s" by "%U", so the output is no more truncated.
History
Date User Action Args
2010-03-08 23:36:46vstinnersetrecipients: + vstinner, lemburg, loewis, amaury.forgeotdarc, ezio.melotti, Arfrever
2010-03-08 23:36:46vstinnersetmessageid: <1268091406.19.0.416104672075.issue6697@psf.upfronthosting.co.za>
2010-03-08 23:36:45vstinnerlinkissue6697 messages
2010-03-08 23:36:45vstinnercreate