]> granicus.if.org Git - python/commit
Fix misleading docsting of shelve.open(). (GH-6427)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 9 Apr 2018 14:57:31 +0000 (07:57 -0700)
committerGitHub <noreply@github.com>
Mon, 9 Apr 2018 14:57:31 +0000 (07:57 -0700)
commit558e7e42becd52dc6fa828b072083c6855be6f8b
tree0ce39b469d8a602cc92dbf69bcc9b7ba02394d0a
parentb571958f546b463656e9b60d4f50164e08d42b82
Fix misleading docsting of shelve.open(). (GH-6427)

The protocol parameter can be any protocol supported by the
pickle module.
(cherry picked from commit 2ef65f346a5e829a886c075f519e3a49a2ebbde7)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/shelve.py