diff options
author | Guido van Rossum <guido@python.org> | 1996-07-21 02:22:12 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-07-21 02:22:12 (GMT) |
commit | 3317e63cbb5830764d8fc484c1c91d10fe93095a (patch) | |
tree | 4b0fba8af97153680bed9825261de6ea408c21e9 /Doc/lib/libpython.tex | |
parent | 38e5088aa413b6b130db0bfeaa961f5de81efece (diff) | |
download | cpython-3317e63cbb5830764d8fc484c1c91d10fe93095a.zip cpython-3317e63cbb5830764d8fc484c1c91d10fe93095a.tar.gz cpython-3317e63cbb5830764d8fc484c1c91d10fe93095a.tar.bz2 |
added parser module to overview
Diffstat (limited to 'Doc/lib/libpython.tex')
-rw-r--r-- | Doc/lib/libpython.tex | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ different constraints). \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. |