Re: [Python-projects] Stacktrace from pylint 0.19

2010-04-01 Thread Emile Anclin
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

[Python-projects] Stacktrace from pylint 0.19

2010-04-01 Thread Geoff Bache
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