MRO inconsistency: why?

Michele Simionato michele.simionato at gmail.com
Wed Oct 8 23:42:00 EDT 2008


On Oct 8, 9:09 pm, Ravi <ra.ravi.... at gmail.com> wrote:
> Why the following code gives inconsistent method resolution order
> error:
> <snip>

If you want to know all the nitty-gritty details about
the MRO (including the reason for the error you get)
you should read this:
http://www.python.org/download/releases/2.3/mro/

HTH,

       M. Simionato



More information about the Python-list mailing list