summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/shelve.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/shelve.py b/Lib/shelve.py
index 0809b5e..059d7f3 100644
--- a/Lib/shelve.py
+++ b/Lib/shelve.py
@@ -228,4 +228,4 @@ def open(filename, flag='c', protocol=None, writeback=False, binary=None):
See the module's __doc__ string for an overview of the interface.
"""
- return DbfilenameShelf(filename, flag, binary, writeback)
+ return DbfilenameShelf(filename, flag, protocol, writeback, binary)