[Python-Dev] pychecker on 2.2 current

Guido van Rossum guido@python.org
Wed, 05 Dec 2001 21:15:15 -0500


> I thought pychecker would complain, but it's happy too. :-)

But isn't that because the new code is all at the module-global level,
which pychecker doesn't "see"?  Or have you fixed that yet?

--Guido van Rossum (home page: http://www.python.org/~guido/)