This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rougeth
Recipients rougeth
Date 2019-03-08.10:06:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552039612.76.0.91124690084.issue36232@roundup.psfhosted.org>
In-reply-to
Content
If dbm.open is used with the flags 'r' or 'w' (read-only) to open a file that doesn't exist, it raises an exception with the message "need 'c' or 'n' flag to open new db". It'd be better to have a more explicit error message like "db file doesn't exist, use 'c' or 'n' flag to open new db".
History
Date User Action Args
2019-03-08 10:06:52rougethsetrecipients: + rougeth
2019-03-08 10:06:52rougethsetmessageid: <1552039612.76.0.91124690084.issue36232@roundup.psfhosted.org>
2019-03-08 10:06:52rougethlinkissue36232 messages
2019-03-08 10:06:52rougethcreate