[Python-projects] pylint with CPython 3.2 gives traceback

2012-10-09 Thread Dan Stromberg
I'm getting a traceback when pylint'ing /dev/null using CPython 3.2 using the recently released pylint. The traceback is as follows: $ /usr/local/cpython-3.2/bin/pylint /dev/null Traceback (most recent call last): File "/usr/local/cpython-3.2/bin/pylint", line 3, in run_pylint() File "/usr/l

[Python-projects] [pylint] 0.26.0 fails with subprocess.Popen

2012-10-09 Thread Okko Willeboordse
Hello,Running;pylint-script.py 0.26.0,astng 0.24.1, common 0.58.2Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)]pylint issues many unjustified warnings like; [E1101] Instance of 'Popen' has no 'XXX' memberFor instance;'''Demonstration of bug in pylint.'''import subproc