]> granicus.if.org Git - python/commit
[Bug #802128] Make the mode argument of dumbdbm actually work the way it's
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 22 Dec 2006 15:04:45 +0000 (15:04 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 22 Dec 2006 15:04:45 +0000 (15:04 +0000)
commitdc26758ffeb33f6d59cb30b0019da9252e0cea1c
treef844652e4abd60408be98492015b995f1bee553f
parentb29069d6b64e119f97ca860433e74d8dc2eb3707
[Bug #802128] Make the mode argument of dumbdbm actually work the way it's
described, and add a test for it.

2.5 bugfix candidate, maybe; arguably this patch changes the API of
dumbdbm and shouldn't be added in a point-release.
Lib/dumbdbm.py
Lib/test/test_dumbdbm.py