[issue19619] Blacklist base64, hex, ... codecs from bytes.decode() and str.encode()

Serhiy Storchaka report at bugs.python.org
Mon Feb 24 14:44:31 CET 2014


Serhiy Storchaka added the comment:

I think that issue20404 should be backported too. It is common to wrap socket stream with io.TextIOWrapper, and socket.makefile() returns text stream by default.

----------

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


More information about the Python-bugs-list mailing list