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 max
Recipients docs@python, loewis, max
Date 2012-09-21.06:38:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348209515.47.0.397254464827.issue15997@psf.upfronthosting.co.za>
In-reply-to
Content
I agree about reflected operation, although the wording could be clearer ("will try reflected operation" is better worded as "will return the result of the reflected operation called on the swapped arguments".)

But what does it mean "or some other fallback"? And what if the reflected operation or the fallback again return NotImplemented or is actually not implemented. Is it somewhere else in the docs?
History
Date User Action Args
2012-09-21 06:38:35maxsetrecipients: + max, loewis, docs@python
2012-09-21 06:38:35maxsetmessageid: <1348209515.47.0.397254464827.issue15997@psf.upfronthosting.co.za>
2012-09-21 06:38:35maxlinkissue15997 messages
2012-09-21 06:38:34maxcreate