Hi, you should take a look at the pylint-brain project (https://bitbucket.org/sthenault/pylint-brain). Description of Popen has been started there but is not yet complete.
-- Sylvain Thénault, LOGILAB, Paris (01.45.32.03.12) - Toulouse (05.62.17.16.42) Formations Python, Debian, Méth. Agiles: http://www.logilab.fr/formations Développement logiciel sur mesure: http://www.logilab.fr/services CubicWeb, the semantic web framework: http://www.cubicweb.orgHello,
Running;
pylint-script.py 0.26.0,
astng 0.24.1, common 0.58.2
Python 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' member
For instance;
'''Demonstration of bug in pylint.'''
import subprocess
p = subprocess.Popen('notepad')
p.kill()
gives; pylint_bug.py:4: [E1101] Instance of 'Popen' has no 'kill' member
Kind regards,
Okko Willeboordse
Consultant
Imtech ICT Technical Systems
A: Terminalweg 32, 3821 AJ AMERSFOORT
T: +31 (0) 33 4543333
M: +31 (0) 6 46 17 43 09
E: okko.willeboor...@imtech.nl
W: http://imtech.eu/NL/ICT/Technical-Systems
L: http://www.linkedin.com/in/okkowilleboordse
_______________________________________________ Python-Projects mailing list Python-Projects@lists.logilab.org http://lists.logilab.org/mailman/listinfo/python-projects