]> granicus.if.org Git - python/commit
Fix misleading docsting of shelve.open(). (GH-6427)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 9 Apr 2018 14:16:01 +0000 (17:16 +0300)
committerGitHub <noreply@github.com>
Mon, 9 Apr 2018 14:16:01 +0000 (17:16 +0300)
commit2ef65f346a5e829a886c075f519e3a49a2ebbde7
tree585b777e3796445274c74795ead3f0d1b7764af0
parent9c463ec88ba21764f6fff8e01d6045a932a89438
Fix misleading docsting of shelve.open(). (GH-6427)

The protocol parameter can be any protocol supported by the
pickle module.
Lib/shelve.py