New submission from Nick Coghlan:

See PEP 478 for the PEP level items targeting 3.5: 
http://www.python.org/dev/peps/pep-0478/

This is a tracking issue to help me keep track of some lower level items that 
didn't make the release PEP:

* Improved Windows console Unicode support (see
https://pypi.python.org/pypi/win_unicode_console for details)
* Changing the encoding and error handling of an existing stream
(http://bugs.python.org/issue15216)
* Allowing "backslashreplace" to be used on input 
(http://bugs.python.org/issue22286)
* Adding "codecs.convert_surrogates" (http://bugs.python.org/issue18814)
* Adding "wsgiref.util.dump_wsgistr" and "wsgiref.util.load_wsgistr" 
(http://bugs.python.org/issue22264)
* Adding "bytes.hex", "bytearray.hex" and "memoryview.hex" 
(http://bugs.python.org/issue9951)
* Adding a binary data formatting mini-language (depends on 9951, likely needs 
to be escalated to a full PEP for design discussion visibility) 
(http://bugs.python.org/issue22385)

Going back and updating http://www.python.org/dev/peps/pep-0467/ based on the 
last round of feedback is also on my personal todo list for 3.5.

----------
messages: 228536
nosy: ncoghlan
priority: normal
severity: normal
status: open
title: Tracking issue for adjustments to binary/text boundary handling

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22555>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to