]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39426: Fix outdated default and highest protocols in docs (GH-18154)
authorMark Dickinson <mdickinson@enthought.com>
Fri, 24 Jan 2020 10:03:22 +0000 (10:03 +0000)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 24 Jan 2020 10:03:22 +0000 (02:03 -0800)
commite9652e8d58392f5022759ba06b444ce970eb12db
tree9332982a642492599d8f61d2248950f261f73858
parentb9783d2e035d2babe8fcd9ec109044c0002c18a2
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
Lib/pickle.py
Modules/_pickle.c
Modules/clinic/_pickle.c.h