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.

Author ncoghlan
Recipients Drekin, barry, berker.peksag, bkabrda, brett.cannon, martin.panter, ncoghlan, petr.viktorin, rkuska, steve.dower, vstinner
Date 2016-09-08.02:08:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473300528.14.0.0207360281101.issue22555@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2016-09-08 02:08:48ncoghlansetrecipients: + ncoghlan, barry, brett.cannon, vstinner, petr.viktorin, berker.peksag, martin.panter, bkabrda, Drekin, steve.dower, rkuska
2016-09-08 02:08:48ncoghlansetmessageid: <1473300528.14.0.0207360281101.issue22555@psf.upfronthosting.co.za>
2016-09-08 02:08:48ncoghlanlinkissue22555 messages
2016-09-08 02:08:47ncoghlancreate