from
Mike Rovner <mrovner at propel dot com>
subject
[Python-projects] pylint 0.7 E0601 false positive
date
Hi,2005/06/23 15:03
Thanks for the pylint.
I think I found a bug. The line
for i in seq: var[i] = True
fires E0601: Using variable 'i' before assigment.
var and seq are defined.
Thanks,
Mike
_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects
