Raymond Hettinger added the comment:

Antoine, do you have any thoughts on this one?   I'm inclined to remove 
__rmod__ entirely.  That would match what str does and it avoids having to 
guess what the user meant when writing "A(s) % UserString(t)" when A does not 
have a __mod__ formatting method.

----------
nosy: +pitrou

_______________________________________
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