Nick Coghlan added the comment:

v3:

- prefix for internal helper APIs is now _PyCodecInfo_ to better distinguish 
them from the ones that take an encoding name
- error check is now just for "is not a text encoding"
- tweaked the name and comment in the error test to be clear that it is codecs 
that are not marked as text encodings that are rejected, not just binary 
transforms
- fixed indentation of multi-line expression in _pyio.py

----------
Added file: 
http://bugs.python.org/file33899/issue20404_check_valid_textio_codec_v3.diff

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

Reply via email to