On Mon, Feb 14, 2011 at 3:48 PM, Andrea Crotti <andrea.crott...@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 -- http://mail.python.org/mailman/listinfo/python-list