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 Current version is 0.20.0, and ... > > x = "" > x += "foo" > print x.strip() [skip traceback] > impl = BIN_OP_IMPL[operator] > KeyError: '+=' this problem was fixed. Thanks anyway! -- Emile Anclin <[email protected]> http://www.logilab.fr/ http://www.logilab.org/ Informatique scientifique & et gestion de connaissances _______________________________________________ Python-Projects mailing list [email protected] http://lists.logilab.org/mailman/listinfo/python-projects
