* Sergio Ahumada sahumada@texla.cl [2016-09-17 19:47:24 +0200]:
sahumada@sahumada-ThinkPad-T510:~$ pylint -r n d.py ************* Module d E: 3, 6: Module 'ssl' has no 'PROTOCOL_SSLv23' member (no-member)
See https://github.com/PyCQA/pylint/issues/399
sahumada@sahumada-ThinkPad-T510:~$ pylint --version pylint 1.5.2, astroid 1.4.4
You might want to update to pylint 1.6.4 and astroid 1.4.8 where this is fixed.
Florian