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 Dominik V.
Recipients Dominik V.
Date 2021-03-09.08:46:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615279595.44.0.954464448046.issue43443@roundup.psfhosted.org>
In-reply-to
Content
The docs of shelve mention that

> Shelf objects support all methods supported by dictionaries. This eases the transition from dictionary based scripts to those requiring persistent storage.

However the `|=` operator is not implemented, preventing a seamless transition from `dict` to `shelve`. So should this be implemented for `Shelf` as well? `|` on the other hand doesn't make much sense.

Otherwise the docs could be updated.
History
Date User Action Args
2021-03-09 08:46:35Dominik V.setrecipients: + Dominik V.
2021-03-09 08:46:35Dominik V.setmessageid: <1615279595.44.0.954464448046.issue43443@roundup.psfhosted.org>
2021-03-09 08:46:35Dominik V.linkissue43443 messages
2021-03-09 08:46:34Dominik V.create