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
日期 2017-01-11.23:01:39
SpamBayes Score -1.0
Marked as misclassified
Message-id <1484175699.32.0.211997909814.issue29240@psf.upfronthosting.co.za>
In-reply-to
内容
I only tested the the PEP 540 implementation on Linux.

The PEP and its implementation should adjusted for Windows, especially Windows-only env vars like PYTHONLEGACYWINDOWSFSENCODING.

Changes are maybe also needed for Mac OS X and Android, which always use UTF-8. Currently, the locale encoding is still used on these platforms (ex: by open()). Is it possible to a locale encoding different than UTF-8 on Android for example?
历史
日期 用户 动作 参数
2017-01-11 23:01:39vstinner修改recipients: + vstinner, ezio.melotti, methane
2017-01-11 23:01:39vstinner修改messageid: <1484175699.32.0.211997909814.issue29240@psf.upfronthosting.co.za>
2017-01-11 23:01:39vstinner链接issue29240 messages
2017-01-11 23:01:39vstinner创建