On Sun, Nov 16, 2014 at 8:01 AM, Pavel Volkov <sai...@lists.xtsubasa.org> wrote: > I checked my modules with pylint and saw the following warning: > > W: 25,29: Used builtin function 'map' (bad-builtin) > > Why is the use of map() discouraged? > It' such a useful thing. > -- > https://mail.python.org/mailman/listinfo/python-list
I think people now favor list comprehensions. -- Joel Goldstick http://joelgoldstick.com -- https://mail.python.org/mailman/listinfo/python-list