[issue22555] Tracking issue for adjustments to binary/text boundary handling

Nick Coghlan report at bugs.python.org
Tue May 12 07:09:39 CEST 2015


Nick Coghlan added the comment:

I just went through the still-open issues referenced from here, and recommended deferring further consideration of all of the remaining items to 3.6:

* 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
* providing a way to change the encoding of an existing stream: issue 15216

I also added two new dependencies to this tracking issue:

* Improved Unicode handling in the Windows console: issue 17620
* Using sys.stdin consistently at the default interactive prompt: issue 1602

----------
dependencies: +Python interactive console doesn't use sys.stdin for input, windows console doesn't print or input Unicode

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22555>
_______________________________________


More information about the Python-bugs-list mailing list