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 jcgoble3
Recipients jcgoble3, martin.panter, pitrou, r.david.murray, rhettinger, serhiy.storchaka, xiang.zhang
Date 2017-05-10.19:38:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I would prefer to keep __rmod__ and fix the bug, given that the use case I described above would otherwise create an inconsistency in subclasses, which would be able to easily extend __mod__ by calling super(), but would be forced to fully implement __rmod__ themselves.

That said, I will defer to those who are more experienced here.
History
Date User Action Args
2017-05-10 19:38:53jcgoble3setrecipients: + jcgoble3, rhettinger, pitrou, r.david.murray, martin.panter, serhiy.storchaka, xiang.zhang
2017-05-10 19:38:53jcgoble3setmessageid: <[email protected]>
2017-05-10 19:38:53jcgoble3linkissue25652 messages
2017-05-10 19:38:52jcgoble3create