Message337462
| 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:52 | rougeth | set | recipients: + rougeth |
| 2019-03-08 10:06:52 | rougeth | set | messageid: <1552039612.76.0.91124690084.issue36232@roundup.psfhosted.org> |
| 2019-03-08 10:06:52 | rougeth | link | issue36232 messages |
| 2019-03-08 10:06:52 | rougeth | create | |