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 xiang.zhang
Recipients jcgoble3, rhettinger, xiang.zhang
Date 2015-11-18.06:49:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447829343.98.0.861921671491.issue25652@psf.upfronthosting.co.za>
In-reply-to
Content
It seems this is a typo. The args should be self.data. And since unicodeobject doesn't support __rmod__, at least I think we should str(format) or remove __rmod__ totally. I attach a patch.
History
Date User Action Args
2015-11-18 06:49:04xiang.zhangsetrecipients: + xiang.zhang, rhettinger, jcgoble3
2015-11-18 06:49:03xiang.zhangsetmessageid: <1447829343.98.0.861921671491.issue25652@psf.upfronthosting.co.za>
2015-11-18 06:49:03xiang.zhanglinkissue25652 messages
2015-11-18 06:49:03xiang.zhangcreate