Kaydet (Commit) f7d08c7d authored tarafından Alexandre Vassalotti's avatar Alexandre Vassalotti

Issue 2980: Protocol 0 is not truly restricted to ASCII.

üst 4a72a196
......@@ -98,8 +98,8 @@ generated by :mod:`pickle`.
There are currently 4 different protocols which can be used for pickling.
* Protocol version 0 is the original ASCII protocol and is backwards compatible
with earlier versions of Python.
* Protocol version 0 is the original human-readable protocol and is
backwards compatible with earlier versions of Python.
* Protocol version 1 is the old binary format which is also compatible with
earlier versions of Python.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment