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 serhiy.storchaka
Recipients aggieNick02, josh.r, serhiy.storchaka
Date 2019-09-23.10:18:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569233920.8.0.98752165689.issue38241@roundup.psfhosted.org>
In-reply-to
Content
Protocol 0 was initially ASCII, but it was changed since adding support for the unicode type (and bytearray uses the unicode representation for compatibility with Python 3). It is Latin1 now. And still mostly human-readable (except that some control characters in Unicode strings can be invisible on your terminal).
History
Date User Action Args
2019-09-23 10:18:40serhiy.storchakasetrecipients: + serhiy.storchaka, josh.r, aggieNick02
2019-09-23 10:18:40serhiy.storchakasetmessageid: <1569233920.8.0.98752165689.issue38241@roundup.psfhosted.org>
2019-09-23 10:18:40serhiy.storchakalinkissue38241 messages
2019-09-23 10:18:40serhiy.storchakacreate