➜

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
收信人 benjamin.peterson, terry.reedy, vstinner
日期 2010-10-15.23:18:55
SpamBayes Score 0.006501369
Marked as misclassified 否
Message-id <1287184736.98.0.460997565558.issue10114@psf.upfronthosting.co.za>
In-reply-to
内容
Remove [compile_surrogates.patch] because it creates filenames unencode to the filesystem encoding. Eg. compile('', '\udcc3\udca9', 'exec').co_filename gives 'é' even if the filesystem encoding is 'ascii'.
历史
日期 用户 动作 参数
2010-10-15 23:18:57vstinner修改recipients: + vstinner, terry.reedy, benjamin.peterson
2010-10-15 23:18:56vstinner修改messageid: <1287184736.98.0.460997565558.issue10114@psf.upfronthosting.co.za>
2010-10-15 23:18:55vstinner链接issue10114 messages
2010-10-15 23:18:55vstinner创建