[docs] [issue23174] shelve.open fails with error "anydbm.error: db type could not be determined"

R. David Murray report at bugs.python.org
Tue Jan 6 01:58:51 CET 2015


R. David Murray added the comment:

You are opening a just-created empty file.  The db type of the file cannot, therefore, be determined.  Which is what the error message says. 

How would you suggest the error message be improved?

----------
nosy: +r.david.murray

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


More information about the docs mailing list