from
Adrien Di Mascio <adrien.dimascio at logilab dot fr>
to
Daniel Woods Bullok <dan.devel at bullok dot com>
cc
Python-Projects <python-projects at lists dot logilab dot org>
subject
Re: [Python-projects] New-style classes and pylint
date
2004/04/08 08:11
On Wed, Apr 07, 2004 at 03:14:31PM -0500, Daniel Woods Bullok wrote:
Hi,
> pylint doesn't seem to like the new style classes (anything inherited from
> object), or the associated built-in "super". It's complaining about the
> following code:
There are indeed still problems with new-style classes and Pylint.
> ************* Module objpipe
> F: 23:ObjPipeBase.__init__: Unable to resolve (object)
This one is fixed in our CVS
> W: 64:ObjPipeSender.__init__: __init__ method from a non direct base class
> 'super(ObjPipeSender, self)' is called
But AFAIK, this one is not fixed yet. We do plan to make a better
support for new-style classes and Pylint ASAP, but we lack time for now.
Thanks for this report. Feel free to send any feedback, or any other
error / strange behaviours.
Cheers,
Adrien.
--
Adrien Di Mascio
LOGILAB, Paris (France).
http://www.logilab.com http://www.logilab.fr http://www.logilab.org
