[Python-3000] Fixing super anyone?

Greg Ewing greg.ewing at canterbury.ac.nz
Mon Apr 23 00:07:38 CEST 2007


Michele Cella wrote:

> Personally, I really like this syntax:
> 
> res = super currentmethod(arg, arg)
> 
> Why? because it's very consistent (pythonic?) with the way I'm used to 
> use any other keyword.

But it's inconsistent with the way every other
method is called.

--
Greg


More information about the Python-3000 mailing list