[Python-3000] Fixing super anyone? (original) (raw)

Guido van Rossum guido at python.org
Wed Apr 18 23:57:57 CEST 2007


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.

-- --Guido van Rossum (home page: http://www.python.org/~guido/)



More information about the Python-3000 mailing list