Bug#487162: probably false warning about missing argument to map()

2008-07-08 Thread Kenneth Pronovici
OK, I'll pass this along upstream. KEN -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#487162: probably false warning about missing argument to map()

2008-06-19 Thread W. Martin Borgert
Package: pychecker Version: 0.8.17-9 Severity: normal For this, IMHO correct, however useless, code: def foo(l): return .join(map(lambda x: %d % (l[x]), l)) print foo((0,1,2)) I get this warning from pychecker: map.py:4: Invalid arguments to (map), got 1, expected at least 2