This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients akuchling, belopolsky, eric.araujo, ezio.melotti, georg.brandl, rhettinger, terry.reedy
Date 2011-09-02.17:44:29
SpamBayes Score 0.00045962652
Marked as misclassified No
Message-id <1314985470.66.0.538445778546.issue4153@psf.upfronthosting.co.za>
In-reply-to
Content
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').
History
Date User Action Args
2011-09-02 17:44:30ezio.melottisetrecipients: + ezio.melotti, akuchling, georg.brandl, rhettinger, terry.reedy, belopolsky, eric.araujo
2011-09-02 17:44:30ezio.melottisetmessageid: <1314985470.66.0.538445778546.issue4153@psf.upfronthosting.co.za>
2011-09-02 17:44:30ezio.melottilinkissue4153 messages
2011-09-02 17:44:29ezio.melotticreate