[issue3675] Python 2.6 can't read sets pickled with Python 3.0

Alexandre Vassalotti report at bugs.python.org
Fri Apr 3 10:10:52 CEST 2009


Alexandre Vassalotti <alexandre at peadrop.com> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3675>
_______________________________________


More information about the Python-bugs-list mailing list