[Python-Dev] New Super PEP (original) (raw)

Greg Ewing greg.ewing at canterbury.ac.nz
Mon Apr 30 03:07:01 CEST 2007


Guido van Rossum wrote:

Nearly always wrong? You must be kidding. There are tons of reasons to call your super method with modified arguments. E.g. clipping, transforming, ...

That's a good point. Just because the signature is the same doesn't mean the values of the parameters need to be the same.

-- Greg



More information about the Python-Dev mailing list