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 _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com