cpython/Lib/dbm
briancurtin 525c25d42f Fix #11491. When dbm.open was called with a file which already exists and
the "flag" argument is "n", dbm.error was being raised. As documented,
dbm.open(...,flag='n') will now "Always create a new, empty database,
open for reading and writing", regardless of a previous file existing.
2011-03-14 16:03:54 -04:00
..
__init__.py Fix #11491. When dbm.open was called with a file which already exists and 2011-03-14 16:03:54 -04:00
dumb.py #6045: provide at least get() and setdefault() for all dbm modules. 2010-12-04 09:14:36 +00:00
gnu.py Create the dbm package from PEP 3108. #2881. 2008-05-26 10:29:35 +00:00
ndbm.py Create the dbm package from PEP 3108. #2881. 2008-05-26 10:29:35 +00:00