SIGN IN SIGN UP

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
94eceeb89c153d8bf77dc194f8896a66cc25519a
Parent: 2503249