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 pitrou
Recipients alexandre.vassalotti, pitrou, serhiy.storchaka, vstinner
Date 2013-04-13.18:32:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365877935.49.0.13174958632.issue17710@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think the UnpicklingError in 3.x is a bug, though: it's just a different exception than ValueError. It's just a shame that the two are used interchangeably for the same purpose.
History
Date User Action Args
2013-04-13 18:32:15pitrousetrecipients: + pitrou, vstinner, alexandre.vassalotti, serhiy.storchaka
2013-04-13 18:32:15pitrousetmessageid: <1365877935.49.0.13174958632.issue17710@psf.upfronthosting.co.za>
2013-04-13 18:32:15pitroulinkissue17710 messages
2013-04-13 18:32:15pitroucreate