]> 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 15:06:25 +0000 (08:06 -0700)
committerGitHub <noreply@github.com>
Mon, 9 Apr 2018 15:06:25 +0000 (08:06 -0700)
commit2d01ac59178028ba091a5da9d3ac5d1d54dfc38f
treed5f2458e50f2774398a648b1c8679c1511138256
parent1429ac9f2c7d7afa5cd88149b097084c7b5775c4
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