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 xiang.zhang
Recipients sam-s, xiang.zhang
Date 2018-03-28.15:02:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522249368.98.0.467229070634.issue33106@psf.upfronthosting.co.za>
In-reply-to
Content
I like this idea. But this is a behavior change so I think it could only be applied to master branch. But there is a problem, except dbm.gnu and dbm.ndbm, we also get dbm.dumb. It already raises a ValueError when deleting a key in readonly mode. Does it need to be changed to raise dbm.dumb.error to achieve consistency?
History
Date User Action Args
2018-03-28 15:02:49xiang.zhangsetrecipients: + xiang.zhang, sam-s
2018-03-28 15:02:48xiang.zhangsetmessageid: <1522249368.98.0.467229070634.issue33106@psf.upfronthosting.co.za>
2018-03-28 15:02:48xiang.zhanglinkissue33106 messages
2018-03-28 15:02:48xiang.zhangcreate