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 lemburg
Recipients alexandre.vassalotti, georg.brandl, lemburg, loewis, mawbid
Date 2008-06-02.08:40:36
SpamBayes Score 0.43123475
Marked as misclassified No
Message-id <1212396053.01.0.129003917392.issue2980@psf.upfronthosting.co.za>
In-reply-to
Content
We could add an extra step to also escape range(128, 256) code points,
but I don't think it's worth the performance loss this would cause.

Note that this was the first time anyone has ever noticed the fact that
the pickle protocol 0 is not pure ASCII - in 8 years. I think it's
better to just adapt the documentation and remove the "ASCII". The
important feature of protocol 0 is being human readable (to some
extent), not that it's pure ASCII.
History
Date User Action Args
2008-06-02 08:40:54lemburgsetspambayes_score: 0.431235 -> 0.43123475
recipients: + lemburg, loewis, georg.brandl, alexandre.vassalotti, mawbid
2008-06-02 08:40:53lemburgsetspambayes_score: 0.431235 -> 0.431235
messageid: <1212396053.01.0.129003917392.issue2980@psf.upfronthosting.co.za>
2008-06-02 08:40:46lemburglinkissue2980 messages
2008-06-02 08:40:44lemburgcreate