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.
diff --git a/Misc/ACKS b/Misc/ACKS
index d507ade..a11bcf0 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -169,6 +169,7 @@
 Jeffery Collins
 Robert Collins
 Paul Colomiets
+Denver Coneybeare
 Geremy Condra
 Juan José Conti
 Matt Conway