]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39426: Fix outdated default and highest protocols in docs (GH-18154)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 24 Jan 2020 10:20:35 +0000 (02:20 -0800)
committerGitHub <noreply@github.com>
Fri, 24 Jan 2020 10:20:35 +0000 (02:20 -0800)
commita46728a570e30e88df253eab17ad6c4372a422da
treeeb4399c71f79a59533100e9195aa373a4bd4053a
parent5654f83b9706af88040f515791f1cdc5d81cd9d6
bpo-39426: Fix outdated default and highest protocols in docs (GH-18154)

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
(cherry picked from commit e9652e8d58392f5022759ba06b444ce970eb12db)

Co-authored-by: Mark Dickinson <mdickinson@enthought.com>
Lib/pickle.py
Modules/_pickle.c
Modules/clinic/_pickle.c.h