◐ Shell
clean mode source ↗

Message 103022 - Python tracker

Message103022

Author lemburg
Recipients lemburg, loewis, vstinner
Date 2010-04-13.09:01:49
SpamBayes Score 0.00021511356
Marked as misclassified No
Message-id <1271149311.54.0.285836752323.issue8383@psf.upfronthosting.co.za>
In-reply-to
Content
Both pickle and marshal will need to use the new error handler in order to stay compatible with Python 3.0 (and 2.x) and also to enable creating Unicode literals that include lone surrogates.
History
Date User Action Args
2010-04-13 09:01:52lemburgsetrecipients: + lemburg, loewis, vstinner
2010-04-13 09:01:51lemburgsetmessageid: <1271149311.54.0.285836752323.issue8383@psf.upfronthosting.co.za>
2010-04-13 09:01:49lemburglinkissue8383 messages
2010-04-13 09:01:49lemburgcreate