Michele Simionato <michele.simion...@gmail.com> writes on Fri, 25 Sep 2009 22:58:32 -0700 (PDT): > ... >You know that in an ideal world I would just > throw > away multiple inheritance, it is just not worth the complication.
I am a fan of multiple inheritance: it lets the compliler/language runtime do stupid tasks (implementing delegations), I would otherwise have to do explicitely. True, there may be complications - but often, they can be avoided.... -- http://mail.python.org/mailman/listinfo/python-list