Email [Python-projects] Re: Problem with compiled module

from
to
subject
[Python-projects] Re: Problem with compiled module
date
2005/02/18 14:51
On Friday 18 February à 11:07, Fabio Zadrozny wrote:
> Hi Sylvain, as you requested, I found one more bug...  :-)

Hi !
 
> I'm still having one problem with compiled modules:

> In the code below, pylint should give an error in qt.QAccelDoesNotExist 
> because it does not exist, however it doesn't.

> import qt

> print qt.QAccel
> print qt.QAccelDoesNotExist

hum, actually this one is not a bug but a feature request :)
pylint doesn't check for member access except in some case such as those
required for class analysis.

cheers
-- 
Sylvain Thénault                               LOGILAB, Paris (France).

http://www.logilab.com   http://www.logilab.fr  http://www.logilab.org

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


is a reply to