[issue29148] Inheritance behaviour ambiguos

Xiang Zhang report at bugs.python.org
Wed Jan 4 00:43:10 EST 2017


Xiang Zhang added the comment:

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. :-(

----------
nosy: +xiang.zhang
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29148>
_______________________________________


More information about the Python-bugs-list mailing list