[Python-Dev] compiler package in Lib? (original) (raw)

Neil Schemenauer nascheme@enme.ucalgary.ca
Sat, 12 Aug 2000 18:06:07 -0400


Shouldn't the compiler package go in Lib instead of Tools? The AST used the by compiler should be very useful to things like lint checkers, optimizers, and "refactoring" tools.

Neil