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 Michael Crouch, docs@python, serhiy.storchaka
Date 2016-03-14.11:27:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457954831.88.0.652494062589.issue26557@psf.upfronthosting.co.za>
In-reply-to
Content
The shelve object inherits its dict-like methods from UserDict.DictMixin. The documentation for UserDict.DictMixin should be updated too.
History
Date User Action Args
2016-03-14 11:27:11serhiy.storchakasetrecipients: + serhiy.storchaka, docs@python, Michael Crouch
2016-03-14 11:27:11serhiy.storchakasetmessageid: <1457954831.88.0.652494062589.issue26557@psf.upfronthosting.co.za>
2016-03-14 11:27:11serhiy.storchakalinkissue26557 messages
2016-03-14 11:27:11serhiy.storchakacreate