cpython/Lib/dbm
briancurtin 94eceeb89c 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 15:35:35 -04:00
..
__init__.py Fix #11491. When dbm.open was called with a file which already exists and 2011-03-14 15:35:35 -04:00
dumb.py dbm.dumb was opening files without specifying the encoding. Caused problem on 2008-11-24 21:09:58 +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