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

Skip to content

Commit f7d08c7

Browse files
committed
Issue 2980: Protocol 0 is not truly restricted to ASCII.
1 parent 4a72a19 commit f7d08c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/pickle.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ generated by :mod:`pickle`.
9898

9999
There are currently 4 different protocols which can be used for pickling.
100100

101-
* Protocol version 0 is the original ASCII protocol and is backwards compatible
102-
with earlier versions of Python.
101+
* Protocol version 0 is the original human-readable protocol and is
102+
backwards compatible with earlier versions of Python.
103103

104104
* Protocol version 1 is the old binary format which is also compatible with
105105
earlier versions of Python.

0 commit comments

Comments
 (0)