From: Guido van Rossum Date: Sun, 21 Jul 1996 02:22:12 +0000 (+0000) Subject: added parser module to overview X-Git-Tag: v1.4b2~207 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3317e63cbb5830764d8fc484c1c91d10fe93095a;p=python added parser module to overview --- diff --git a/Doc/lib/libpython.tex b/Doc/lib/libpython.tex index ed253f5bad..6b7195abb4 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. diff --git a/Doc/libpython.tex b/Doc/libpython.tex index ed253f5bad..6b7195abb4 100644 --- a/Doc/libpython.tex +++ b/Doc/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.