Staging
v0.5.1
https://github.com/python/cpython
Revision a46728a570e30e88df253eab17ad6c4372a422da authored by Miss Islington (bot) on 24 January 2020, 10:20:35 UTC, committed by GitHub on 24 January 2020, 10:20:35 UTC

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>
1 parent 5654f83
History
Tip revision: a46728a570e30e88df253eab17ad6c4372a422da authored by Miss Islington (bot) on 24 January 2020, 10:20:35 UTC
bpo-39426: Fix outdated default and highest protocols in docs (GH-18154)
Tip revision: a46728a
File Mode Size
pgen
Python.asdl -rw-r--r-- 5.3 KB
acceler.c -rw-r--r-- 3.3 KB
asdl.py -rw-r--r-- 12.6 KB
asdl_c.py -rw-r--r-- 43.5 KB
grammar1.c -rw-r--r-- 1.0 KB
listnode.c -rw-r--r-- 1.2 KB
myreadline.c -rw-r--r-- 10.6 KB
node.c -rw-r--r-- 5.1 KB
parser.c -rw-r--r-- 12.4 KB
parser.h -rw-r--r-- 1.4 KB
parsetok.c -rw-r--r-- 14.2 KB
token.c -rw-r--r-- 4.5 KB
tokenizer.c -rw-r--r-- 55.1 KB
tokenizer.h -rw-r--r-- 3.7 KB

back to top