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 gvanrossum
Recipients gvanrossum, uriyyo
Date 2021-01-06.17:31:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609954288.61.0.114172874393.issue42841@roundup.psfhosted.org>
In-reply-to
Content
This was discussed during the PEP review and rejected. The main reason is that this operator would need to create a new instance, and there is no standard API that's part of the Mapping protocol that can be used (the constructor of a Mapping instance might have unknown parameters).
History
Date User Action Args
2021-01-06 17:31:28gvanrossumsetrecipients: + gvanrossum, uriyyo
2021-01-06 17:31:28gvanrossumsetmessageid: <1609954288.61.0.114172874393.issue42841@roundup.psfhosted.org>
2021-01-06 17:31:28gvanrossumlinkissue42841 messages
2021-01-06 17:31:28gvanrossumcreate