Ezio Melotti <ezio.melo...@gmail.com> added the comment:

There was some discussion a while ago on python-dev about it.  AFAIR the 
outcome was that using "bytes *strings*" should be avoided because bytes are 
bytes, and not strings (until they get decoded at least).  Using 'string' for 
both might lead people to think that there are two kinds of strings, bytes and 
Unicode (like in python 2) while they should think that there are only Unicode 
strings and they can be converted to a bytes object (or simply to 'bytes').

----------

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

Reply via email to