[Python-projects] Is this a pylint bug or is Python too dynamic?

Sylvain Thénault sylvain.thenault at logilab.fr
Thu Mar 12 15:55:21 CET 2009


Le Thursday 12 March 2009 15:50:11 A.T.Hofkamp, vous avez écrit :
> skip at pobox.com wrote:
> > it only emits some convention and refactor messages, no warnings or
> > errors. I see nothing about calling A.meth with too few args.  Shouldn't
> > pylint be able to detect that?  This is with:
>
> pylint is not really good at counting arguments at the moment, see also the
> following ticket
>
> http://www.logilab.org/ticket/5561

yep pylint is not yet checking arguments given to function call, though that's 
probably the next check to come. Skip, would you add your test case as a 
comment on the ticket above so we don't forget it ? thx

-- 
Sylvain Thénault                               LOGILAB, Paris (France)
Formations Python, Zope, Plone, Debian:  http://www.logilab.fr/formations
Développement logiciel sur mesure:       http://www.logilab.fr/services
Python et calcul scientifique:           http://www.logilab.fr/science


More information about the Python-Projects mailing list