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 xiang.zhang, yugansh94
Date 2017-01-04.05:43:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483508590.84.0.992005751385.issue29148@psf.upfronthosting.co.za>
In-reply-to
Content
It seems you are surprised `super(C, self).foo2()` works but it is actually how super() and class.__mro__ works. :-) So not a bug. You could learn more about it but sorry I don't have any good reference for you. :-(
History
Date User Action Args
2017-01-04 05:43:10xiang.zhangsetrecipients: + xiang.zhang, yugansh94
2017-01-04 05:43:10xiang.zhangsetmessageid: <1483508590.84.0.992005751385.issue29148@psf.upfronthosting.co.za>
2017-01-04 05:43:10xiang.zhanglinkissue29148 messages
2017-01-04 05:43:10xiang.zhangcreate