diff options
author | Guido van Rossum <guido@python.org> | 1997-08-15 02:52:46 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-08-15 02:52:46 (GMT) |
commit | 9085822f288b6c0dbfa77dfee289d5a660fc7a5d (patch) | |
tree | 35df6a6d110099dc60edd6e5049f08c8b63cde39 | |
parent | 1574d7855055d10686ef7ec3656c75f660623708 (diff) | |
download | cpython-9085822f288b6c0dbfa77dfee289d5a660fc7a5d.zip cpython-9085822f288b6c0dbfa77dfee289d5a660fc7a5d.tar.gz cpython-9085822f288b6c0dbfa77dfee289d5a660fc7a5d.tar.bz2 |
the usual
-rw-r--r-- | Doc/lib/libundoc.tex | 12 | ||||
-rw-r--r-- | Doc/libundoc.tex | 12 |
2 files changed, 14 insertions, 10 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index 55f30a9..4501a5b 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/libundoc.tex @@ -28,12 +28,8 @@ SimpleHTTPServer.py -- Simple HTTP Server MimeWriter.py -- Generic MIME writer -mimify.py -- Mimification and unmimification of mail messages - multifile.py -- make each part of a multipart message ``feel'' like -gzip.py -- compression using zlib (compatible with gzip) - \section{Miscellaneous useful utilities} @@ -73,6 +69,7 @@ bdb.py -- A generic Python debugger base class (used by pdb) ihooks.py -- Import hook support (for ni and rexec) + \section{Parsing Python} (One could argue that these should all be documented together with the @@ -85,10 +82,15 @@ symbol.py -- Symbols (from ``graminit.h'') keyword.py -- Keywords (from ``graminit.c'') -tokenize.py -- regular expression that recognizes Python tokens +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 55f30a9..4501a5b 100644 --- a/Doc/libundoc.tex +++ b/Doc/libundoc.tex @@ -28,12 +28,8 @@ SimpleHTTPServer.py -- Simple HTTP Server MimeWriter.py -- Generic MIME writer -mimify.py -- Mimification and unmimification of mail messages - multifile.py -- make each part of a multipart message ``feel'' like -gzip.py -- compression using zlib (compatible with gzip) - \section{Miscellaneous useful utilities} @@ -73,6 +69,7 @@ bdb.py -- A generic Python debugger base class (used by pdb) ihooks.py -- Import hook support (for ni and rexec) + \section{Parsing Python} (One could argue that these should all be documented together with the @@ -85,10 +82,15 @@ symbol.py -- Symbols (from ``graminit.h'') keyword.py -- Keywords (from ``graminit.c'') -tokenize.py -- regular expression that recognizes Python tokens +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} |