Python's super() considered super!
Ethan Furman
ethan at stoneleaf.us
Fri May 27 18:24:59 EDT 2011
I suspect the larger issue is that Multiple Inheritance is complex, but
folks don't appreciate that. Ask anyone about meta-classes and their
eyes bug-out, but MI? Simple! NOT.
On the other hand, perhaps the docs should declare that the built-in
objects are not designed for MI, so that that, at least, would be one
less bug waiting to happen.
~Ethan~
More information about the Python-list
mailing list