On 02/25/2014 09:41 AM, Alexander Belopolsky wrote: > That's not true about Python core and stdlib. Python developers strive > to maintain backward compatibility and any instance of newer python > failing to read older pickles would be considered a bug. This is even > true across 2.x / 3.x line.
Note that this doesn't extend to forward compatibility--the default pickling format in Python 3 isn't readable in Python 2, and for numpy in particular, even version 0 pickles of numpy arrays from Python 3 aren't readable in Python 2. -- Jonathan Niehof ISR-3 Space Data Systems Los Alamos National Laboratory MS-D466 Los Alamos, NM 87545 Phone: 505-667-9595 email: [email protected] Correspondence / Technical data or Software Publicly Available _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
