[issue31125] shelve.open of temporary file fails with error "anydbm.error: db type could not be determined"

R. David Murray report at bugs.python.org
Sun Aug 6 09:01:52 EDT 2017


R. David Murray added the comment:

No, it should not.  A DBM is not necessarily a single file.  What you should be doing is creating a temporary *directory*, and opening your DB inside that.

----------
components: +Library (Lib) -IO
nosy: +r.david.murray
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list