commit | e9652e8d58392f5022759ba06b444ce970eb12db | [log] [tgz] |
---|---|---|
author | Mark Dickinson <mdickinson@enthought.com> | Fri Jan 24 10:03:22 2020 +0000 |
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Jan 24 02:03:22 2020 -0800 |
tree | 9332982a642492599d8f61d2248950f261f73858 | |
parent | b9783d2e035d2babe8fcd9ec109044c0002c18a2 [diff] |
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