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 brandtbucher, mrabarnett, rhettinger, steven.daprano, uriyyo
Date 2021-02-01.13:19:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612185550.15.0.405958499847.issue43085@roundup.psfhosted.org>
In-reply-to
Content
Hi Raymond,

I was trying to add __or__ method for collections.abc.Mapping, __ior__ method for collections.abc.MutableMapping, link to issue - https://bugs.python.org/issue42841.

I can extract code and move it to separate classes as you propose above.
What do you think about that?
History
Date User Action Args
2021-02-01 13:19:10uriyyosetrecipients: + uriyyo, rhettinger, mrabarnett, steven.daprano, brandtbucher
2021-02-01 13:19:10uriyyosetmessageid: <1612185550.15.0.405958499847.issue43085@roundup.psfhosted.org>
2021-02-01 13:19:10uriyyolinkissue43085 messages
2021-02-01 13:19:10uriyyocreate