commit | 577b5b960d33c822f95c142e6be6dc0c819d529e | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Mon Feb 27 15:23:19 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Mon Feb 27 15:23:19 2006 +0000 |
tree | 9f6aae1642492ae5d60b465226b1c80e5b59184c | |
parent | 2086eaf79c9dc2992fef64392a9813e25f60696f [diff] [blame] |
Create _ast module. Cleanup Python-ast.c generation.
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 44e7c96..fad8fe7 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex
@@ -416,6 +416,7 @@ \input{distutils} \input{compiler} % compiler package +\input{libast} \input{libmisc} % Miscellaneous Services \input{libformatter}