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 4a72a19 commit f7d08c7Copy full SHA for f7d08c7
1 file changed
Doc/library/pickle.rst
@@ -98,8 +98,8 @@ generated by :mod:`pickle`.
98
99
There are currently 4 different protocols which can be used for pickling.
100
101
-* Protocol version 0 is the original ASCII protocol and is backwards compatible
102
- with earlier versions of Python.
+* Protocol version 0 is the original human-readable protocol and is
+ backwards compatible with earlier versions of Python.
103
104
* Protocol version 1 is the old binary format which is also compatible with
105
earlier versions of Python.
0 commit comments