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 rhettinger
Recipients canjo, rhettinger
Date 2015-06-09.06:06:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433829976.69.0.560692636578.issue24413@psf.upfronthosting.co.za>
In-reply-to
Content
One other thought:  Returning NotImplemented may be an easy change but it isn't clear that it would provide a sensible capability for mapping views.  The non-iterable *other* argument would need to have a __ror__() method than could do something useful with a KeysView or ItemsView argument.  That seems like an improbable use case (which is why I presume this has never come up before).
History
Date User Action Args
2015-06-09 06:06:16rhettingersetrecipients: + rhettinger, canjo
2015-06-09 06:06:16rhettingersetmessageid: <1433829976.69.0.560692636578.issue24413@psf.upfronthosting.co.za>
2015-06-09 06:06:16rhettingerlinkissue24413 messages
2015-06-09 06:06:16rhettingercreate