from
Adrian Likins <alikins at redhat dot com>
to
Sylvain Thenault <syt at logilab dot fr>
subject
Re: [Python-projects] traceback from pylint-0.6.0/common-0.9.0
date
On Wed, Feb 02, 2005 at 10:08:58AM +0100, Sylvain Thénault wrote:2005/02/02 10:30
> On Tuesday 01 February à 16:43, Adrian Likins wrote:
> >
> > Got this traceback running pylint on some of my
> > code (source file attached)
> >
> > I seem to be able to trigger it on a few files,
> > but it works on others.
>
> ok, the problem was that I didn't notice that with python 2.4, the
> compiler.ast.Function initializer has a new "decorators" argument.
> I've fixed this in the cvs. If you don't use the new decorator syntax,
> using pylint with python 2.3 to check your file should work.
Thanks for the quick response. I don't make any use of
generators in this code yet, so running it with 2.3 should be workable.
Thanks for the fix (and the workaround).
Adrian
