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 <rep...@bugs.python.org>
<http://bugs.python.org/issue18373>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to