Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5b4a54c

Browse files
committed
Add notes for porting issues related to pickles.
1 parent 662bad8 commit 5b4a54c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Doc/whatsnew/3.1.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,3 +541,8 @@ that may require changes to your code:
541541
Got:
542542
2.718281828459045
543543
**********************************************************************
544+
545+
* The automatic name remapping in the pickle module for protocol 2 or lower can
546+
make Python 3.1 pickles unreadable in Python 3.0. One solution is to use
547+
protocol 3. Another solution is to set the *fix_imports* option to **False**.
548+
See the discussion above for more details.

0 commit comments

Comments
 (0)