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.
B
briancurtin committed
525c25d42f8740111d14b9f8ca56cc2762175eaf
Parent: d9a7c4b