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.07:19:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447831177.6.0.0949209950822.issue25652@psf.upfronthosting.co.za>
In-reply-to
Content
Quite sorry for making some mistakes. unicodeobject does get a __radd__ method. It is added by addoperators though I cannot see it in PyNumberMethods. Now I think just fixing the typo is enough.
History
Date User Action Args
2015-11-18 07:19:37xiang.zhangsetrecipients: + xiang.zhang, rhettinger, jcgoble3
2015-11-18 07:19:37xiang.zhangsetmessageid: <1447831177.6.0.0949209950822.issue25652@psf.upfronthosting.co.za>
2015-11-18 07:19:37xiang.zhanglinkissue25652 messages
2015-11-18 07:19:37xiang.zhangcreate