Multiple Class Inheritance Question

Michele Simionato mis6 at pitt.edu
Mon Jul 14 14:40:12 EDT 2003


Andy Jewell <andy at wild-flower.co.uk> wrote in message news:<mailman.1058131417.23876.python-list at python.org>...
> Read guildo's essay on new style classes - that explains it all.
> 
> In the 'old days' i.e. before Python 2.2.x the rules were different.  Now
>  a 
> new algorithm is used which copes better with this.  As I said, read the 
> essay (it's on www.python.org - just search for 'new style classes essay'
> ).
> 
> hth
> -andyj

...  and in Python 2.3 the rule has changed again ...

http://www.python.org/2.3/mro.html

Michele




More information about the Python-list mailing list