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 uriyyo
Recipients uriyyo
Date 2021-01-06.15:27:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609946846.04.0.311249244168.issue42841@roundup.psfhosted.org>
In-reply-to
Content
In python3.9 `dict` `bitwise or` operator was introduced.

I think it will be great if `collections.abc.Mapping` and `collections.abc.MutableMapping` will have a default implementation of `bitwise or` operator.
History
Date User Action Args
2021-01-06 15:27:26uriyyosetrecipients: + uriyyo
2021-01-06 15:27:26uriyyosetmessageid: <1609946846.04.0.311249244168.issue42841@roundup.psfhosted.org>
2021-01-06 15:27:26uriyyolinkissue42841 messages
2021-01-06 15:27:26uriyyocreate