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 _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com