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 mkiever
Recipients mkiever
Date 2009-05-28.08:52:34
SpamBayes Score 0.00019470272
Marked as misclassified No
Message-id <1243500757.52.0.733513174255.issue6137@psf.upfronthosting.co.za>
In-reply-to
Content
Hello,

while porting something to Python 3.1a1
I found out that Python 3 cannot load most Python 2 pickles
of any protocol because copy_reg has been renamed to copyreg.

Found this comment by Skip Montanaro in related issue:
  http://bugs.python.org/issue3799#msg76196

Could not find an issue opened for this though.
So I'm opening one.

Regards,
Matthias Kievernagel
History
Date User Action Args
2009-05-28 08:52:37mkieversetrecipients: + mkiever
2009-05-28 08:52:37mkieversetmessageid: <1243500757.52.0.733513174255.issue6137@psf.upfronthosting.co.za>
2009-05-28 08:52:35mkieverlinkissue6137 messages
2009-05-28 08:52:34mkievercreate