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 ncoghlan
Date 2014-10-05.04:01:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412481703.35.0.528069461639.issue22555@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-10-05 04:01:43ncoghlansetrecipients: + ncoghlan
2014-10-05 04:01:43ncoghlansetmessageid: <1412481703.35.0.528069461639.issue22555@psf.upfronthosting.co.za>
2014-10-05 04:01:43ncoghlanlinkissue22555 messages
2014-10-05 04:01:42ncoghlancreate