> So instead of super(), you would have sub()? It's an interesting > concept, but I don't think it changes anything. You still have to > design your classes cooperatively if you expect to use them with > multiple inheritance.
Yes, and let new instances of the child classes automatically ensure the contracts of the parent classes. I suppose it could be called delegation.... -- MarkJ Tacoma, Washington -- http://mail.python.org/mailman/listinfo/python-list