[New-bugs-announce] [issue22964] dbm.open(..., "x")

Antony Lee report at bugs.python.org
Fri Nov 28 23:42:31 CET 2014


New submission from Antony Lee:

It would be nice if dbm.open() supported the "x" flag that open() now supports (create a new db, failing if it already exists).

----------
components: Library (Lib)
messages: 231835
nosy: Antony.Lee
priority: normal
severity: normal
status: open
title: dbm.open(..., "x")
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22964>
_______________________________________


More information about the New-bugs-announce mailing list