[issue42841] Add bitwise or operator to collections.abc Mapping and MutableMapping

Yurii Karabas report at bugs.python.org
Wed Jan 6 10:27:26 EST 2021


New submission from Yurii Karabas <1998uriyyo at gmail.com>:

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.

----------
messages: 384507
nosy: uriyyo
priority: normal
severity: normal
status: open
title: Add bitwise or operator to collections.abc Mapping and MutableMapping

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42841>
_______________________________________


More information about the Python-bugs-list mailing list