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 gvanrossum
Recipients alexandre.vassalotti, gvanrossum
Date 2008-03-17.22:58:16
SpamBayes Score 0.18471856
Marked as misclassified No
Message-id <1205794697.85.0.224250647156.issue2307@psf.upfronthosting.co.za>
In-reply-to
Content
Checked in as r61467.

When pickling a bytes instance in a protocol < 3, it is pickled as a
user-defined type (essentially faking a __reduce__ operation) which can
be read back correctly in 3.0 but probably not in 2.x.
History
Date User Action Args
2008-03-17 22:58:18gvanrossumsetspambayes_score: 0.184719 -> 0.18471856
recipients: + gvanrossum, alexandre.vassalotti
2008-03-17 22:58:17gvanrossumsetspambayes_score: 0.184719 -> 0.184719
messageid: <1205794697.85.0.224250647156.issue2307@psf.upfronthosting.co.za>
2008-03-17 22:58:17gvanrossumlinkissue2307 messages
2008-03-17 22:58:16gvanrossumcreate