Commit 73d0fd75 authored by Guido van Rossum's avatar Guido van Rossum

Split UserDict and UserList on two separate lines; added entries for

modules symbol and token.
parent f8c08e99
......@@ -12,7 +12,8 @@ environment. Here's an overview:
\item[types]
--- Names for all built-in types.
\item[UserDict, UserList]
\item[UserDict]
\item[UserList]
--- Class wrappers for dictionary and list objects.
\item[operator]
......@@ -47,6 +48,12 @@ different constraints).
--- Retrieve and submit parse trees from and to the runtime support
environment.
\item[symbol]
--- Constants representing internal nodes of the parse tree.
\item[token]
--- Constants representing terminal nodes of the parse tree.
\item[keyword]
--- Test whether a string is a keyword in the Python language.
......
......@@ -12,7 +12,8 @@ environment. Here's an overview:
\item[types]
--- Names for all built-in types.
\item[UserDict, UserList]
\item[UserDict]
\item[UserList]
--- Class wrappers for dictionary and list objects.
\item[operator]
......@@ -47,6 +48,12 @@ different constraints).
--- Retrieve and submit parse trees from and to the runtime support
environment.
\item[symbol]
--- Constants representing internal nodes of the parse tree.
\item[token]
--- Constants representing terminal nodes of the parse tree.
\item[keyword]
--- Test whether a string is a keyword in the Python language.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment