Serhiy Storchaka added the comment:

What is worse, you write a string literal with a 'b' prefix, and you get a 
Unicode string.

>>> b''
u''

I tried to use Python with -U (it could be good way to test compatibility with 
Python 3), but it is totally broken, and there is no hope to fix it.

----------
nosy: +serhiy.storchaka

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

Reply via email to