] > [Python-projects] pylint warning (Logilab.org)

Email [Python-projects] pylint warning

from
Juergen Hermann <jhe at web dot de>
subject
[Python-projects] pylint warning
date
2004/01/07 12:07
Hi!

What is "W:256:main: Use builtin function 'filter'" supposed to mean? 
In the current form, it's an imperative to use the functional forms, 
but I suspect you mean it to be a warning regarding their deprecation.

Which in turn means it should read

W:256:main: Used builtin function 'filter'

(Used vs. Use) or even better

W:256:main: Used deprecated builtin function 'filter'



_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects


has reply
,