Skip to content
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

bpo-39426: Fix outdated default and highest protocols in docs #18154

Open
wants to merge 3 commits into
base: master
from

Conversation

@mdickinson
Copy link
Member

mdickinson commented Jan 23, 2020

Some portions of the pickle documentation hadn't been updated for the pickle protocol changes in Python 3.8 (new protocol 5, default protocol 4). This PR fixes those docs.

https://bugs.python.org/issue39426

Lib/pickle.py Outdated Show resolved Hide resolved
@mdickinson

This comment has been minimized.

Copy link
Member Author

mdickinson commented Jan 23, 2020

Whoops; I did a search and replace without noticing that I was editing the clinic files. Will fix.

@mdickinson mdickinson requested a review from pitrou Jan 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants
You can’t perform that action at this time.