] > Re: [Python-projects] pylint: Possibly avoidable false positives (Logilab.org)

Email Re: [Python-projects] pylint: Possibly avoidable false positives

from
to
subject
Re: [Python-projects] pylint: Possibly avoidable false positives
date
2005/11/08 18:09

syt@logilab.fr wrote on 2005-11-08 05:47:47 PM:

> If you have more of them, send them on the list!

The total list of true and false positives is quite large, so I might discover more in the future. If so, I'll let you know.

> > On the following program:
> >
> > write('''<body>Hello
> > </body>''')
> >
> > pylint reports :
> >
> > C:  2: Operator not preceded by a space
> > </body>''')
> > ^
> >
> > It seems that somehow the "<" inside of the string is seen as an operator.
>  
>
> hum, I'm unable to reproduce this one. Are you using windows ? Unix ?
> Which version of python ?

Python 2.4.2 on Ubuntu Linux.

Bye,

                Maarten