[Python-3000] Fixing super anyone? (original) (raw)
Guido van Rossum guido at python.org
Wed Apr 18 23:57:57 CEST 2007
- Previous message: [Python-3000] IPv6 address tuple
- Next message: [Python-3000] Fixing super anyone?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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/)
- Previous message: [Python-3000] IPv6 address tuple
- Next message: [Python-3000] Fixing super anyone?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]