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

Alexandre Vassalotti report at bugs.python.org
Sun Oct 5 01:14:45 CEST 2008


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

I agree with Antoine, protocols <= 2 should remain compatible with
Python 2.x or be deprecated. Keeping compatibility will require a hack,
in addition to the proposed patch, in Pickler.save_global to map Python
3's module names to the ones of Python 2.

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


More information about the Python-bugs-list mailing list