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 rhettinger
Recipients Dominik V., brandtbucher, rhettinger, serhiy.storchaka
Date 2021-03-09.21:43:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615326192.91.0.836922229638.issue43443@roundup.psfhosted.org>
In-reply-to
Content
One other thought.  While __ior__() could be used as a short-cut for update(), the related __or__() method is more problematic because it would need to create a new underlying DB.  So maybe this is a can worms that we should not open. It would be weird to have __ior__() but not __or__().
History
Date User Action Args
2021-03-09 21:43:12rhettingersetrecipients: + rhettinger, serhiy.storchaka, brandtbucher, Dominik V.
2021-03-09 21:43:12rhettingersetmessageid: <1615326192.91.0.836922229638.issue43443@roundup.psfhosted.org>
2021-03-09 21:43:12rhettingerlinkissue43443 messages
2021-03-09 21:43:12rhettingercreate