Commit 4e84d3bc authored by Neal Norwitz's avatar Neal Norwitz

Fix comment, mode really is used

parent 57af1b41
...@@ -166,5 +166,5 @@ def open(file, flag=None, mode=0666): ...@@ -166,5 +166,5 @@ def open(file, flag=None, mode=0666):
will be modified by the prevailing umask). will be modified by the prevailing umask).
""" """
# flag, mode arguments are currently ignored # flag argument is currently ignored
return _Database(file, mode) return _Database(file, mode)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment