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.

作者 amaury.forgeotdarc
收信人 Arfrever, amaury.forgeotdarc, lemburg, loewis, vstinner
日期 2009-08-19.14:45:55
SpamBayes Score 4.617835e-05
Marked as misclassified
Message-id <1250693156.78.0.179185732942.issue6697@psf.upfronthosting.co.za>
In-reply-to
内容
The %U format seems adequate for this purpose - actually
PyObject_GenericSetAttr uses it already.

Yes, the exception message will contain the same lone UTF-8
surrogates; this is not a problem because sys.stderr uses the
"backslashreplace" error handler.
历史
日期 用户 动作 参数
2009-08-19 14:45:56amaury.forgeotdarc修改recipients: + amaury.forgeotdarc, lemburg, loewis, vstinner, Arfrever
2009-08-19 14:45:56amaury.forgeotdarc修改messageid: <1250693156.78.0.179185732942.issue6697@psf.upfronthosting.co.za>
2009-08-19 14:45:55amaury.forgeotdarc链接issue6697 messages
2009-08-19 14:45:55amaury.forgeotdarc创建