mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Split UserDict and UserList on two separate lines; added entries for
modules symbol and token.
This commit is contained in:
parent
ee833cca7b
commit
1c974db134
2 changed files with 16 additions and 2 deletions
|
@ -12,7 +12,8 @@ environment. Here's an overview:
|
||||||
\item[types]
|
\item[types]
|
||||||
--- Names for all built-in types.
|
--- Names for all built-in types.
|
||||||
|
|
||||||
\item[UserDict, UserList]
|
\item[UserDict]
|
||||||
|
\item[UserList]
|
||||||
--- Class wrappers for dictionary and list objects.
|
--- Class wrappers for dictionary and list objects.
|
||||||
|
|
||||||
\item[operator]
|
\item[operator]
|
||||||
|
@ -47,6 +48,12 @@ different constraints).
|
||||||
--- Retrieve and submit parse trees from and to the runtime support
|
--- Retrieve and submit parse trees from and to the runtime support
|
||||||
environment.
|
environment.
|
||||||
|
|
||||||
|
\item[symbol]
|
||||||
|
--- Constants representing internal nodes of the parse tree.
|
||||||
|
|
||||||
|
\item[token]
|
||||||
|
--- Constants representing terminal nodes of the parse tree.
|
||||||
|
|
||||||
\item[keyword]
|
\item[keyword]
|
||||||
--- Test whether a string is a keyword in the Python language.
|
--- Test whether a string is a keyword in the Python language.
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,8 @@ environment. Here's an overview:
|
||||||
\item[types]
|
\item[types]
|
||||||
--- Names for all built-in types.
|
--- Names for all built-in types.
|
||||||
|
|
||||||
\item[UserDict, UserList]
|
\item[UserDict]
|
||||||
|
\item[UserList]
|
||||||
--- Class wrappers for dictionary and list objects.
|
--- Class wrappers for dictionary and list objects.
|
||||||
|
|
||||||
\item[operator]
|
\item[operator]
|
||||||
|
@ -47,6 +48,12 @@ different constraints).
|
||||||
--- Retrieve and submit parse trees from and to the runtime support
|
--- Retrieve and submit parse trees from and to the runtime support
|
||||||
environment.
|
environment.
|
||||||
|
|
||||||
|
\item[symbol]
|
||||||
|
--- Constants representing internal nodes of the parse tree.
|
||||||
|
|
||||||
|
\item[token]
|
||||||
|
--- Constants representing terminal nodes of the parse tree.
|
||||||
|
|
||||||
\item[keyword]
|
\item[keyword]
|
||||||
--- Test whether a string is a keyword in the Python language.
|
--- Test whether a string is a keyword in the Python language.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue