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 serhiy.storchaka
Recipients Claudiu.Popa, r.david.murray, rhettinger, serhiy.storchaka
Date 2014-06-24.10:16:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403605008.94.0.330781457719.issue21708@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks Raymond for your attention.

Readonly warnings are emitted only when dumpdbm database opened in read only mode. They will be turned into exceptions in future (3.6 or 3.7). Annoying warnings on changed in future operations is desirable effect.

If you worry about performance hit of such checks, __setitem__ and __delitem__ are expensive operations doing file I/O.
History
Date User Action Args
2014-06-24 10:16:48serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, r.david.murray, Claudiu.Popa
2014-06-24 10:16:48serhiy.storchakasetmessageid: <1403605008.94.0.330781457719.issue21708@psf.upfronthosting.co.za>
2014-06-24 10:16:48serhiy.storchakalinkissue21708 messages
2014-06-24 10:16:48serhiy.storchakacreate