Multiple inheritance : waht does this error mean ?

John Machin sjmachin at lexicon.net
Tue May 16 00:46:42 EDT 2006


Question for you: what do you think that "class K(object,list):"
means?? What are you trying to achieve? What do you plan to do with K?
If you want it to be a subclass of list, all you have to do is "class
K(list):".




More information about the Python-list mailing list