Create _ast module.

Cleanup Python-ast.c generation.
This commit is contained in:
Martin v. Löwis 2006-02-27 15:23:19 +00:00
parent 2086eaf79c
commit 577b5b960d
7 changed files with 485 additions and 221 deletions

View file

@ -416,6 +416,7 @@ and how to embed it in other applications.
\input{distutils}
\input{compiler} % compiler package
\input{libast}
\input{libmisc} % Miscellaneous Services
\input{libformatter}