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