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-12.13:31:37
SpamBayes Score -1.0
Marked as misclassified
Message-id <1484227902.22.0.915604327534.issue29240@psf.upfronthosting.co.za>
In-reply-to
内容
Patch version 4:

* Handle PYTHONLEGACYWINDOWSFSENCODING: this env var now disables the UTF-8 mode and has the priority over -X utf8 and PYTHONUTF8
* Add an unit test on PYTHONUTF8 env var and -E cmdline option
* Add an unit test on the POSIX locale
* Fix initstdio() to handle correctly empty PYTHONIOENCODING: this bug affects Python 3.6 as well and is not directly related to the PEP 540
* Fix to handle correctly PYTHONUTF8 set to an empty string (ignore it)
* Skip an unit test in test_utf8mode which failed with the POSIX locale

Note: This patch still has the sys.argv encoding bug with locale encodings different than ASCII and UTF-8.
历史
日期 用户 动作 参数
2017-01-12 13:31:42vstinner修改recipients: + vstinner, ezio.melotti, methane, yan12125
2017-01-12 13:31:42vstinner修改messageid: <1484227902.22.0.915604327534.issue29240@psf.upfronthosting.co.za>
2017-01-12 13:31:42vstinner链接issue29240 messages
2017-01-12 13:31:42vstinner创建