On 4/18/07, Guido van Rossum <[EMAIL PROTECTED]> wrote:
> Is anyone available to write up a PEP on how to turn super into a
> keyword? Inside regular and class methods, super.foo(args) should be
> equivalent to super(ThisClass, self).foo(args). I think there are ways
> to make the old syntax work too, but maybe that's only necessary for
> 2.6.

Does this mean it should find the super of the current class (which
isn't yet defined when the method is being defined)?

That would be a slight change (though probably an improvement) against
today's lookup-by-name.

If that change is OK, and no one else volunteers, I'll try to take a
go at it this weekend.

-jJ
_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to