Guido van Rossum wrote: > I think the compiler could treat super as a > reserved word and turn super.foo(args) into __super__(<thisclass>, > self).foo(args). Or something. That sounds reasonable. What would you do in the case of multiple base classes? -- Greg