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 josh.r
Recipients aggieNick02, josh.r
Date 2019-09-21.02:12:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569031946.02.0.838232125948.issue38241@roundup.psfhosted.org>
In-reply-to
Content
This seems like a bug in pickle; protocol 0 is *defined* to be ASCII compatible. Nothing should encode to a byte above 0x7f. It's not actually supposed to be "human-readable" (since many ASCII bytes aren't printable), so the docs should be changed to describe protocol 0 as ASCII consistently; if this isn't fixed to make it ASCII consistently, "human-readable" is still meaningless and shouldn't be used.

I'm kind of surprised the output from Py3 works on Py2 to be honest.
History
Date User Action Args
2019-09-21 02:12:26josh.rsetrecipients: + josh.r, aggieNick02
2019-09-21 02:12:26josh.rsetmessageid: <1569031946.02.0.838232125948.issue38241@roundup.psfhosted.org>
2019-09-21 02:12:26josh.rlinkissue38241 messages
2019-09-21 02:12:25josh.rcreate