diff options
author | Fred Drake <fdrake@acm.org> | 1997-11-25 04:04:00 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-11-25 04:04:00 (GMT) |
commit | e624e0f99ea60d2d5b4c08ad0dc701de1653dfb3 (patch) | |
tree | 0ca394164740cd5883e3b349137d9a0630506add /Doc/lib/libparser.tex | |
parent | f259efe3d96009c61a9a1fad355dfbf1055ad8af (diff) | |
download | cpython-e624e0f99ea60d2d5b4c08ad0dc701de1653dfb3.zip cpython-e624e0f99ea60d2d5b4c08ad0dc701de1653dfb3.tar.gz cpython-e624e0f99ea60d2d5b4c08ad0dc701de1653dfb3.tar.bz2 |
Removed leading comment about this being "introductory" documentation;
compared to most, I'd say this section is fairly thorough.
Fixed \indexsubitem definitions for symbol and token module sub-documents.
Perhaps these should be moved to their own files, but they're awefully
small.
Diffstat (limited to 'Doc/lib/libparser.tex')
-rw-r--r-- | Doc/lib/libparser.tex | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Doc/lib/libparser.tex b/Doc/lib/libparser.tex index 6ca66f2..32acfd0 100644 --- a/Doc/lib/libparser.tex +++ b/Doc/lib/libparser.tex @@ -1,7 +1,5 @@ % libparser.tex % -% Introductory documentation for the new parser built-in module. -% % Copyright 1995 Virginia Polytechnic Institute and State University % and Fred L. Drake, Jr. This copyright notice must be distributed on % all copies, but this document otherwise may be distributed as part @@ -689,6 +687,9 @@ to may change between Python versions. This module also provides one additional data object: +\renewcommand{\indexsubitem}{(in module symbol)} + + \begin{datadesc}{sym_name} Dictionary mapping the numeric values of the constants defined in this module back to name strings, allowing more human-readable @@ -709,6 +710,9 @@ versions. This module also provides one data object and some functions. The functions mirror definitions in the Python C header files. +\renewcommand{\indexsubitem}{(in module token)} + + \begin{datadesc}{tok_name} Dictionary mapping the numeric values of the constants defined in this module back to name strings, allowing more human-readable |