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 alexandre.vassalotti
Recipients ajaksu2, alexandre.vassalotti, hagen, pitrou, terry.reedy
Date 2009-04-03.08:10:50
SpamBayes Score 0.00056584
Marked as misclassified No
Message-id <1238746252.59.0.650041903613.issue3675@psf.upfronthosting.co.za>
In-reply-to
Content
Would it would be sufficient to add a function in the pickletools
capable of converting old Python 2 pickles to the new format in Python
3? Alternatively, we could add a compatibility Unpickler class that
would override the find_class method to do the name translation on-the-fly.
History
Date User Action Args
2009-04-03 08:10:52alexandre.vassalottisetrecipients: + alexandre.vassalotti, terry.reedy, pitrou, ajaksu2, hagen
2009-04-03 08:10:52alexandre.vassalottisetmessageid: <1238746252.59.0.650041903613.issue3675@psf.upfronthosting.co.za>
2009-04-03 08:10:51alexandre.vassalottilinkissue3675 messages
2009-04-03 08:10:51alexandre.vassalotticreate