Hallo,

I think, this is a false positive, and I could not find a corresponding ticket.

$ cat t.py
#!/usr/bin/env python
import serial
print 'EIGHTBITS =', serial.EIGHTBITS

$ ./t.py
EIGHTBITS = 8

$ pylint -e t.py
************* Module t
E:  3: Module 'serial' has no 'EIGHTBITS' member

$ pylint --version
pylint 0.18.1,
astng 0.19.1, common 0.45.0
Python 2.6.2 (r262:71600, Aug 17 2009, 08:50:57)
[GCC 4.2.1 20070719  [FreeBSD]]


Thanks again for the great software!
Vladimir
_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to