]> granicus.if.org Git - python/commitdiff
added parser module to overview
authorGuido van Rossum <guido@python.org>
Sun, 21 Jul 1996 02:22:12 +0000 (02:22 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 21 Jul 1996 02:22:12 +0000 (02:22 +0000)
Doc/lib/libpython.tex
Doc/libpython.tex

index ed253f5bad7109fca19d3676f73143b4406acca4..6b7195abb4f4b2d9f8f033bf6650571ba3b74241 100644 (file)
@@ -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.
 
index ed253f5bad7109fca19d3676f73143b4406acca4..6b7195abb4f4b2d9f8f033bf6650571ba3b74241 100644 (file)
@@ -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.