from
Sylvain Thénault <sylvain.thenault at logilab dot fr>
to
Adrien Di Mascio <adim at logilab dot fr>
cc
Daniel Woods Bullok <dan.devel at bullok dot com>
subject
Re: [Python-projects] New-style classes and pylint
date
On Thursday 08 April à 08:11, Adrien Di Mascio wrote:2004/04/08 10:07
>
> 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.
This is actually also fixed in the CVS. I hope to make a release next
week.
--
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

