On 5/4/2011 11:36 AM, Ethan Furman wrote:
Raymond Hettinger wrote:I'm writing-up more guidance on how to use super() and would like to point at some real-world Python examples of cooperative multiple inheritance.
Multiple inheritance in Python is so badly designed that it probably should not be used in production code. Generalizing multiple inheritance from a tree to a directed acyclic graph is usually a mistake. John Nagle -- http://mail.python.org/mailman/listinfo/python-list