Bug#611288: pychecker: false positive "Function (__import__) doesn't support **kwArgs"

2011-01-27 Thread Kenneth Pronovici
On Thu, Jan 27, 2011 at 12:07 PM, Jakub Wilk wrote: > > Package: pychecker > Version: 0.8.19-2 > Severity: minor > > The __import__ function has been accepting keyword arguments since Python > 2.5. However, pychecker warns that it does not: Ok, I've forwarded it upstream as SF issue #3166857. K

Bug#611288: pychecker: false positive "Function (__import__) doesn't support **kwArgs"

2011-01-27 Thread Jakub Wilk
Package: pychecker Version: 0.8.19-2 Severity: minor The __import__ function has been accepting keyword arguments since Python 2.5. However, pychecker warns that it does not: $ echo "__import__('sys', globals=())" > test.py && pychecker -Q test.py test.py:1: Function (__import__) doesn't suppo