On Thursday 01 April 2010 17:02:08 Geoff Bache wrote:
> Hi all,
hello,
> Just got a Python stacktrace out of pylint. (I guess bug reports
> should go to here: tried to register on logilab.org
> but am getting certificate errors)
>
> if I run pylint 0.19 on a file containing the following code
Cu
Hi all,
Just got a Python stacktrace out of pylint. (I guess bug reports
should go to here: tried to register on logilab.org
but am getting certificate errors)
if I run pylint 0.19 on a file containing the following code
x = ""
x += "foo"
print x.strip()
I get the following stack trace:
Traceba