modules symbol and token.
\item[types]
--- Names for all built-in types.
-\item[UserDict, UserList]
+\item[UserDict]
+\item[UserList]
--- Class wrappers for dictionary and list objects.
\item[operator]
--- 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.
\item[types]
--- Names for all built-in types.
-\item[UserDict, UserList]
+\item[UserDict]
+\item[UserList]
--- Class wrappers for dictionary and list objects.
\item[operator]
--- 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.