[Paul Rubin]
> I'd mention the SocketServer library, except I'm not sure what you
> mean by "cooperative", so I don't know if that counts.

Cooperative multiple inheritance is a specific problem when there
is a diamond diagram with the same method name needing to be called
on multiple paths and each name should only be called exactly once.

http://www.python.org/download/releases/2.2.3/descrintro/#cooperation


Raymond
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to