[issue18373] implement sys.get/setbyteswarningflag()

STINNER Victor report at bugs.python.org
Fri Jul 19 00:04:27 CEST 2013


STINNER Victor added the comment:

> Python 3 is supposed to make it easier to do Unicode correctly. str(bytes) does not.

str(bytes) does not make sense, that's why an exception is raised when
the -bb command line option is used ;-)

----------

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


More information about the Python-bugs-list mailing list