mirror of https://github.com/python/cpython
added parser module to overview
This commit is contained in:
parent
38e5088aa4
commit
3317e63cbb
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue