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, vstinner
日期 2010-09-05.19:40:08
SpamBayes Score 3.5694633e-05
Marked as misclassified
Message-id <1283715611.27.0.240930951916.issue9630@psf.upfronthosting.co.za>
In-reply-to
内容
> Do we really want to support this kind of configuration?

There is also a problem is the directory name is b'py3k\xe9': at startup (utf-8 encoding), the name is decoded to 'py3k\udce9'. When the locale encoding is set to iso-8859-1: the name should be reencoded to 'py3k\xe9' to avoid the surrogate character.
历史
日期 用户 动作 参数
2010-09-05 19:40:11vstinner修改recipients: + vstinner, amaury.forgeotdarc, Arfrever
2010-09-05 19:40:11vstinner修改messageid: <1283715611.27.0.240930951916.issue9630@psf.upfronthosting.co.za>
2010-09-05 19:40:09vstinner链接issue9630 messages
2010-09-05 19:40:09vstinner创建