From c211254334779b2ea99a5096d6e50c4c0703f6b1 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 6 Oct 1997 21:41:30 +0000 Subject: Updated the section "Parsing Python". --- Doc/lib/libundoc.tex | 13 +------------ Doc/libundoc.tex | 13 +------------ 2 files changed, 2 insertions(+), 24 deletions(-) diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index 32d02e7..79108f6 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/libundoc.tex @@ -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} diff --git a/Doc/libundoc.tex b/Doc/libundoc.tex index 32d02e7..79108f6 100644 --- a/Doc/libundoc.tex +++ b/Doc/libundoc.tex @@ -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} -- cgit v0.12