mirror of
https://github.com/python/cpython.git
synced 2026-06-15 07:29:54 -04:00
94eceeb89c
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.