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
收信人 ezio.melotti, methane, vstinner, yan12125
日期 2017-01-13.15:27:23
SpamBayes Score -1.0
Marked as misclassified
Message-id <1484321243.82.0.609122535366.issue29240@psf.upfronthosting.co.za>
In-reply-to
内容
Oh, I just noticed that os.environ uses the hardcoded error handler "surrogateescape": it should be replaced with sys.getfilesystemencodeerrors() to support UTF-8 Strict mode.
历史
日期 用户 动作 参数
2017-01-13 15:27:23vstinner修改recipients: + vstinner, ezio.melotti, methane, yan12125
2017-01-13 15:27:23vstinner修改messageid: <1484321243.82.0.609122535366.issue29240@psf.upfronthosting.co.za>
2017-01-13 15:27:23vstinner链接issue29240 messages
2017-01-13 15:27:23vstinner创建