[issue18039] dbm.open(..., flag="n") does not work and does not give a warning

Serhiy Storchaka report at bugs.python.org
Tue Jun 10 20:49:37 CEST 2014


Serhiy Storchaka added the comment:

I think the chance of this is pretty small. I can imagine that some people use default, 'r' or 'w' mode unintentionally, and all works for them even when database is missed (for example our tests do this). But it is very unlikely that someone use the 'n' mode and expect that database will be not cleaned.

----------
resolution:  -> fixed
stage: patch review -> resolved

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


More information about the Python-bugs-list mailing list