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 loewis
Recipients georg.brandl, lemburg, loewis, mawbid
Date 2008-05-27.22:56:17
SpamBayes Score 0.03818464
Marked as misclassified No
Message-id <483C918B.5000705@v.loewis.de>
In-reply-to <483C8E17.90903@egenix.com>
Content
> Unfortunately, there's no way to fix this now, since the
> bug has been around since Python 1.6.

Actually, there is a way to fix that: pickle could start
emitting \u escapes for characters in the range 128..256.
Older pickle implementations would be able to read that
in just fine.
History
Date User Action Args
2008-05-27 22:56:19loewissetspambayes_score: 0.0381846 -> 0.03818464
recipients: + loewis, lemburg, georg.brandl, mawbid
2008-05-27 22:56:18loewislinkissue2980 messages
2008-05-27 22:56:17loewiscreate