projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f959d2
)
Fix comment, mode really is used
author
Neal Norwitz
<nnorwitz@gmail.com>
Sat, 1 Mar 2003 22:58:00 +0000
(22:58 +0000)
committer
Neal Norwitz
<nnorwitz@gmail.com>
Sat, 1 Mar 2003 22:58:00 +0000
(22:58 +0000)
Lib/dumbdbm.py
patch
|
blob
|
history
diff --git
a/Lib/dumbdbm.py
b/Lib/dumbdbm.py
index b6b7fc3ff23bd1ec04b7d872e4c42297303f4fb8..d0e1e31206bb5fcbf21c656de168e7f368bff3f7 100644
(file)
--- a/
Lib/dumbdbm.py
+++ b/
Lib/dumbdbm.py
@@
-166,5
+166,5
@@
def open(file, flag=None, mode=0666):
will be modified by the prevailing umask).
"""
- # flag
, mode arguments are
currently ignored
+ # flag
argument is
currently ignored
return _Database(file, mode)