[Python-3000] Removing __var

Greg Ewing greg.ewing at canterbury.ac.nz
Mon Oct 2 03:03:51 CEST 2006


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


More information about the Python-3000 mailing list