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 jcgoble3, pitrou, rhettinger, serhiy.storchaka, xiang.zhang
Date 2016-03-06.20:34:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457296459.91.0.0182825940682.issue25652@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-03-06 20:34:19rhettingersetrecipients: + rhettinger, pitrou, serhiy.storchaka, xiang.zhang, jcgoble3
2016-03-06 20:34:19rhettingersetmessageid: <1457296459.91.0.0182825940682.issue25652@psf.upfronthosting.co.za>
2016-03-06 20:34:19rhettingerlinkissue25652 messages
2016-03-06 20:34:19rhettingercreate