On Tuesday 23 February 2010 18:30:40 Jürgen Hermann wrote:
> OK, here's a strange mixup... (intermediary fix: change "i.startswith" to
>  "str(i).startswith")

Nice bug found. But I strongly object to your intermediary fix : if you get 
false positives from Pyling, by all means keep your code clean, and do not add 
tweaks to work around Pylint's limitations. If the false positive is a 
problem, disable the error locally using a pylint:disable-msg comment. 

-- 
Alexandre Fayolle                              LOGILAB, Paris (France)
Formations Python, CubicWeb, Debian :  http://www.logilab.fr/formations
Développement logiciel sur mesure :      http://www.logilab.fr/services
Informatique scientifique:               http://www.logilab.fr/science
_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to