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.

作者 vstinner
收信人 Arfrever, amaury.forgeotdarc, ezio.melotti, lemburg, loewis, vstinner
日期 2010-03-08.23:36:44
SpamBayes Score 0.012118658
Marked as misclassified
Message-id <1268091406.19.0.416104672075.issue6697@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2010-03-08 23:36:46vstinner修改recipients: + vstinner, lemburg, loewis, amaury.forgeotdarc, ezio.melotti, Arfrever
2010-03-08 23:36:46vstinner修改messageid: <1268091406.19.0.416104672075.issue6697@psf.upfronthosting.co.za>
2010-03-08 23:36:45vstinner链接issue6697 messages
2010-03-08 23:36:45vstinner创建