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
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
2 matches
Mail list logo