On Tue, 08 Sep 2009 18:56:25 +0300, Sylvain Thénault 
<sylvain.thena...@logilab.fr> wrote:

I've filed a ticket for this: http://www.logilab.org/ticket/13944

Great, thanks!

>$ 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

huum, I don't reproduce this one w/ the same config, but python 2.5 instead of 
2.6.
I don't have python 2.6 available, can someone check it's actually a 2.6 
specific pb?

Well, I also cannot reproduce it on an old Ubuntu with python 2.5.

Additional difference is that the false positive is on a FreeBSD machine. I do 
not
know how much this matters though...

Best regards,
Vladimir

--
Vladimir Chukharev
_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to