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, benjamin.peterson, ezio.melotti, gregory.p.smith, lemburg, loewis, pitrou, vstinner
日期 2010-05-15.13:17:09
SpamBayes Score 0.013111954
Marked as misclassified
Message-id <1273929436.08.0.27888195192.issue8715@psf.upfronthosting.co.za>
In-reply-to
内容
> bootstrap failure on Windows: import did use default error handler, 
> it uses surrogateescape error handler, but PyUnicode_EncodeString()
> doesn't have codec "fast-path" for MBCS+surrogateescape.

I enabled "shortcuts" in PyUnicode_EncodeString() for any error handler (not only the default error handler, strict) in r81192.
历史
日期 用户 动作 参数
2010-05-15 13:17:16vstinner修改recipients: + vstinner, lemburg, loewis, gregory.p.smith, pitrou, benjamin.peterson, ezio.melotti, Arfrever
2010-05-15 13:17:16vstinner修改messageid: <1273929436.08.0.27888195192.issue8715@psf.upfronthosting.co.za>
2010-05-15 13:17:10vstinner链接issue8715 messages
2010-05-15 13:17:09vstinner创建