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 25648d0 commit e328753Copy full SHA for e328753
Doc/library/pickle.rst
@@ -71,7 +71,9 @@ The :mod:`pickle` module differs from :mod:`marshal` in several significant ways
71
:file:`.pyc` files, the Python implementers reserve the right to change the
72
serialization format in non-backwards compatible ways should the need arise.
73
The :mod:`pickle` serialization format is guaranteed to be backwards compatible
74
- across Python releases.
+ across Python releases provided a compatible pickle protocol is chosen and
75
+ pickling and unpickling code deals with Python 2 to Python 3 type differences
76
+ if your data is crossing that unique breaking change language boundary.
77
78
Comparison with ``json``
79
^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments