[Python-3000] Removing __var

Greg Ewing greg.ewing at canterbury.ac.nz
Mon Oct 2 03:04:08 CEST 2006


Giovanni Bajo wrote:

> Would you want this PEP to address the fact that, in most cases, you just want
> to forward all the arguments to super call (aka super.foo(*args, **args))

I dispute this. By far the majority of the super calls
that I make are to __init__ methods, and I almost
always do *not* want to do this.

--
Greg


More information about the Python-3000 mailing list