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

This commit is contained in:
Alexandre Vassalotti 2009-01-23 04:50:05 +00:00
parent 4a72a196b8
commit f7d08c7d54
1 changed files with 2 additions and 2 deletions

View File

@ -98,8 +98,8 @@ generated by :mod:`pickle`.
There are currently 4 different protocols which can be used for pickling. There are currently 4 different protocols which can be used for pickling.
* Protocol version 0 is the original ASCII protocol and is backwards compatible * Protocol version 0 is the original human-readable protocol and is
with earlier versions of Python. backwards compatible with earlier versions of Python.
* Protocol version 1 is the old binary format which is also compatible with * Protocol version 1 is the old binary format which is also compatible with
earlier versions of Python. earlier versions of Python.