lint warnings

Chris Rebert clp2 at rebertia.com
Mon Feb 14 21:07:41 EST 2011


On Mon, Feb 14, 2011 at 3:48 PM, Andrea Crotti
<andrea.crotti.0 at gmail.com> wrote:
> I work on emacs with flymake activated and pylint, pyflakes and pep8 running in background to notify for some style problems.
>
> Now there are at a couple of pylint warnings which I don't understand
> 1. Warning (W, filter_enums): Used builtin function 'map' [2 times]
> what is the problem with using map and other builtin functions?

See archived thread on the same subject:
"pylint: What's wrong with the builtin map()"
http://mail.python.org/pipermail/python-list/2006-October/461535.html

Cheers,
Chris



More information about the Python-list mailing list