Alan Gauld wrote:
> The problem is that super appears to only work with single inheritance.
> There may be a way to makle it work for multiple inheritance by changing 
> the second parameter but the documentration is a bit thin!!

That's ironic - super() is intended to ease some of the problems with 
multiple inheritance especially diamond patterns. Some docs are here:
http://www.python.org/2.2.3/descrintro.html#cooperation

The problem with the OP is that not all the classes involved use super().

Kent

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to