diff options
author | Guido van Rossum <guido@python.org> | 1998-02-11 22:36:17 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-02-11 22:36:17 (GMT) |
commit | 1c974db134496ff8a258f37cdf527925283180b5 (patch) | |
tree | 83108b53bf3bd513f0e0c56d87234d285adf0741 | |
parent | ee833cca7bc841a3f3c37e0c566922451dcc57c2 (diff) | |
download | cpython-1c974db134496ff8a258f37cdf527925283180b5.zip cpython-1c974db134496ff8a258f37cdf527925283180b5.tar.gz cpython-1c974db134496ff8a258f37cdf527925283180b5.tar.bz2 |
Split UserDict and UserList on two separate lines; added entries for
modules symbol and token.
-rw-r--r-- | Doc/lib/libpython.tex | 9 | ||||
-rw-r--r-- | Doc/libpython.tex | 9 |
2 files changed, 16 insertions, 2 deletions
diff --git a/Doc/lib/libpython.tex b/Doc/lib/libpython.tex index 1c9c6d5..bf71da2 100644 --- a/Doc/lib/libpython.tex +++ b/Doc/lib/libpython.tex @@ -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. diff --git a/Doc/libpython.tex b/Doc/libpython.tex index 1c9c6d5..bf71da2 100644 --- a/Doc/libpython.tex +++ b/Doc/libpython.tex @@ -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. |