from
Juergen Hermann <jhe at web dot de>
to
Python-Projects <python-projects at lists dot logilab dot org>
subject
[Python-projects] pylint warning
date
Hi!2004/01/07 12:07
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
