diff options
Diffstat (limited to 'Lib/dbhash.py')
-rw-r--r-- | Lib/dbhash.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/dbhash.py b/Lib/dbhash.py index 57c6194b6c..f440fd5297 100644 --- a/Lib/dbhash.py +++ b/Lib/dbhash.py @@ -4,5 +4,5 @@ import bsddb error = bsddb.error -def open(file, flag, mode): +def open(file, flag, mode=0666): return bsddb.hashopen(file, flag, mode) |