]> granicus.if.org Git - python/commitdiff
Updated the section "Parsing Python".
authorFred Drake <fdrake@acm.org>
Mon, 6 Oct 1997 21:41:30 +0000 (21:41 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 6 Oct 1997 21:41:30 +0000 (21:41 +0000)
Doc/lib/libundoc.tex
Doc/libundoc.tex

index 32d02e7d1346f1342c5d740e62c3e756c8a85d33..79108f62ea5f7bbc98c13961eb959de4eae649b7 100644 (file)
@@ -77,24 +77,13 @@ ihooks.py -- Import hook support (for ni and rexec)
 \section{Parsing Python}
 
 (One could argue that these should all be documented together with the
-parser module; in fact the parser module section already references
-the token and symbol modules.)
-
-token.py -- Tokens (from ``token.h'')
-
-symbol.py -- Symbols (from ``graminit.h'')
-
-keyword.py -- Keywords (from ``graminit.c'')
+parser module.)
 
 tokenize.py -- regular expression that recognizes Python tokens; also
 contains helper code for colorizing Python source code.
 
 pyclbr.py -- Parse a Python file and retrieve classes and methods
 
-code.py -- Deal with Python code objects: code.compile_command() can
-determine whether an interactively entered command is complete or not,
-distinguishing incomplete from invalid input.
-
 
 \section{Platform specific modules}
 
index 32d02e7d1346f1342c5d740e62c3e756c8a85d33..79108f62ea5f7bbc98c13961eb959de4eae649b7 100644 (file)
@@ -77,24 +77,13 @@ ihooks.py -- Import hook support (for ni and rexec)
 \section{Parsing Python}
 
 (One could argue that these should all be documented together with the
-parser module; in fact the parser module section already references
-the token and symbol modules.)
-
-token.py -- Tokens (from ``token.h'')
-
-symbol.py -- Symbols (from ``graminit.h'')
-
-keyword.py -- Keywords (from ``graminit.c'')
+parser module.)
 
 tokenize.py -- regular expression that recognizes Python tokens; also
 contains helper code for colorizing Python source code.
 
 pyclbr.py -- Parse a Python file and retrieve classes and methods
 
-code.py -- Deal with Python code objects: code.compile_command() can
-determine whether an interactively entered command is complete or not,
-distinguishing incomplete from invalid input.
-
 
 \section{Platform specific modules}