8000 Update pickle.rst by geryogam · Pull Request #24776 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Update pickle.rst #24776

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Apr 7, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update pickle.rst
  • Loading branch information
geryogam authored Mar 6, 2021
commit 4b70071fab332948ec6e8e2b31d9fa8fcdf6a78e
2 changes: 1 addition & 1 deletion Doc/library/pickle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ to read the pickle produced.
earlier versions of Python.

* Protocol version 2 was introduced in Python 2.3. It provides much more
efficient pickling of :term:`new-style class`\es. Refer to :pep:`307` for
efficient pickling of :term:`new-style classes <new-style class>`. Refer to :pep:`307` for
information about improvements brought by protocol 2.

* Protocol version 3 was added in Python 3.0. It has explicit support for
Expand Down
0