[Python-Dev] Re: PyChecker 2 (changed subject) (original) (raw)

Guido van Rossum guido@python.org
Thu, 14 Mar 2002 18:11:26 -0500


pychecker2 is a complete rewrite using the stdlib compiler package. There are only about 10 warnings generated so far. One of the goals is to support Jython. Although, we have only used CPython so far.

Hm, but doesn't the compiler package use the parser module? Does Jython support the parser module? I'd be very surprised, since it uses different parsing technology...

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