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 RonnyPfannschmidt
Recipients RonnyPfannschmidt, alexandre.vassalotti, gvanrossum, loewis, pitrou
Date 2009-08-27.14:55:20
SpamBayes Score 6.388605e-09
Marked as misclassified No
Message-id <1251384922.24.0.125968542143.issue6784@psf.upfronthosting.co.za>
In-reply-to
Content
unpickle of any non-ascii string from python2 will break
the only way out would be to ensure text strings and a single defined
encoding (at that point storing unicode strings in any case seems more
practical)

also byte-strings stored as python2 str would break

and since i pass around binary strings as parts of objects, its just
completely broken for me
History
Date User Action Args
2009-08-27 14:55:22RonnyPfannschmidtsetrecipients: + RonnyPfannschmidt, gvanrossum, loewis, pitrou, alexandre.vassalotti
2009-08-27 14:55:22RonnyPfannschmidtsetmessageid: <1251384922.24.0.125968542143.issue6784@psf.upfronthosting.co.za>
2009-08-27 14:55:20RonnyPfannschmidtlinkissue6784 messages
2009-08-27 14:55:20RonnyPfannschmidtcreate