]> granicus.if.org Git - python/commitdiff
Split UserDict and UserList on two separate lines; added entries for
authorGuido van Rossum <guido@python.org>
Wed, 11 Feb 1998 22:36:17 +0000 (22:36 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 11 Feb 1998 22:36:17 +0000 (22:36 +0000)
modules symbol and token.

Doc/lib/libpython.tex
Doc/libpython.tex

index 1c9c6d5f7a3727f84ce3c1f5b61502a4b1b2dc01..bf71da2c3e8b882b606979ddde1ddf8a52662823 100644 (file)
@@ -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.
 
index 1c9c6d5f7a3727f84ce3c1f5b61502a4b1b2dc01..bf71da2c3e8b882b606979ddde1ddf8a52662823 100644 (file)
@@ -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.