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

Terry J. Reedy report at bugs.python.org
Fri Aug 29 23:54:37 CEST 2008


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Was it really intended that 3.0 pickles unpickle on 2.6?
What about other changes like moving something from one module to
another (reduce from built-in to functools), changing all classes to new
style (several examples), or adding methods to a built-in class (floats)?

----------
nosy: +tjreedy

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


More information about the Python-bugs-list mailing list