R. David Murray <rdmur...@bitdance.com> added the comment:

And finally, your program does *not* succeed on Python3, except in the trivial 
sense that on python3 you never attempt to add the string and bytes data.  It 
is exactly this kind of programming error that Python3 is designed to avoid: 
instead of sometimes getting a UnicodeDecodeError depending on what is in the 
"bytes" string, you *always* get a "Can't convert 'bytes' object to str 
implicitly" error when you attempt to add string and bytes.

----------

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

Reply via email to