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

Guido van Rossum guido@python.org
Thu, 14 Mar 2002 21:22:31 -0500


No, jython does not support the parser module, but while supporting its concrete trees would have been a very painful operation, we can use our parsing technology to make the compiler package parsing part working also under Jython, that is at least my plan,

Good!

then IMHO CPython parser module should be slowly deprecated for users and used only internally by the compiler package.

Agreed.

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