Jonathan Goble added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25652>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to