Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 662bad8 commit 5b4a54cCopy full SHA for 5b4a54c
1 file changed
Doc/whatsnew/3.1.rst
@@ -541,3 +541,8 @@ that may require changes to your code:
541
Got:
542
2.718281828459045
543
**********************************************************************
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