Raymond Hettinger <[email protected]> added the comment:
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__(). ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue43443> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
