mirror of
https://github.com/python/cpython.git
synced 2024-11-24 18:34:43 +08:00
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
Block a user