commit | 3317e63cbb5830764d8fc484c1c91d10fe93095a | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Sun Jul 21 02:22:12 1996 +0000 |
committer | Guido van Rossum <guido@python.org> | Sun Jul 21 02:22:12 1996 +0000 |
tree | 4b0fba8af97153680bed9825261de6ea408c21e9 | |
parent | 38e5088aa413b6b130db0bfeaa961f5de81efece [diff] |
added parser module to overview
diff --git a/Doc/lib/libpython.tex b/Doc/lib/libpython.tex index ed253f5..6b7195a 100644 --- a/Doc/lib/libpython.tex +++ b/Doc/lib/libpython.tex
@@ -31,6 +31,10 @@ \item[imp] --- Access the implementation of the \code{import} statement. +\item[parser] +--- Retrieve and submit parse trees from and to the runtime support +environment. + \item[__builtin__] --- The set of built-in functions.