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.

作者 ncoghlan
收信人 Drekin, barry, berker.peksag, bkabrda, brett.cannon, martin.panter, ncoghlan, petr.viktorin, rkuska, steve.dower, vstinner
日期 2016-09-08.02:08:47
SpamBayes Score -1.0
Marked as misclassified
Message-id <1473300528.14.0.0207360281101.issue22555@psf.upfronthosting.co.za>
In-reply-to
内容
Likely to be resolved, or at least significantly updated, for 3.6 due to PEP 528 and PEP 529:


* Using sys.stdin consistently at the default interactive prompt: issue 1602
* Improved Unicode handling in the Windows console: issue 17620
* Allowing text encoding and error handling to be specified in subprocess module APIs: issue 6135

New change landing in 3.6:

* Changing the Windows default encoding to UTF-8 to better match bytes handling conventions on *nix systems: issue 27781


Likely deferred to 3.7:

* providing a way to change the encoding of an existing stream: issue 15216
* utilities for clearing out surrogates from strings: issue 18814
* treating "wsgistr" as a serialisation format: issue 22264
* defining a formatting mini-language for hex output: issue 22385
历史
日期 用户 动作 参数
2016-09-08 02:08:48ncoghlan修改recipients: + ncoghlan, barry, brett.cannon, vstinner, petr.viktorin, berker.peksag, martin.panter, bkabrda, Drekin, steve.dower, rkuska
2016-09-08 02:08:48ncoghlan修改messageid: <1473300528.14.0.0207360281101.issue22555@psf.upfronthosting.co.za>
2016-09-08 02:08:48ncoghlan链接issue22555 messages
2016-09-08 02:08:47ncoghlan创建