from
Sylvain Thénault <sylvain.thenault at logilab dot fr>
to
Fabio Zadrozny <fabioz at esss dot com dot br>
subject
[Python-projects] Re: Problem with compiled module
date
On Friday 18 February à 11:07, Fabio Zadrozny wrote:2005/02/18 14:51
> 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
