diff options
author | Fred Drake <fdrake@acm.org> | 1999-06-14 19:49:50 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-06-14 19:49:50 (GMT) |
commit | c46864e982ab3cba2ab0ae6958fc90a46c5fade8 (patch) | |
tree | 47ea1aeea434315e05788fa19b2e1203b94cb79e /Doc/lib/libundoc.tex | |
parent | 21572fdcb60a6ab033a2dff66f871389ca1a89c1 (diff) | |
download | cpython-c46864e982ab3cba2ab0ae6958fc90a46c5fade8.zip cpython-c46864e982ab3cba2ab0ae6958fc90a46c5fade8.tar.gz cpython-c46864e982ab3cba2ab0ae6958fc90a46c5fade8.tar.bz2 |
Misc. changes related to the new sections.
Diffstat (limited to 'Doc/lib/libundoc.tex')
-rw-r--r-- | Doc/lib/libundoc.tex | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index 0c4fdf8..69bfb76 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/libundoc.tex @@ -23,12 +23,6 @@ on-line reference material. \item[Tkdnd.py] --- Drag-and-drop support for \module{Tkinter}. -\item[CGIHTTPServer.py] ---- CGI-savvy HTTP Server - -\item[SimpleHTTPServer.py] ---- Simple HTTP Server - \item[test] --- Regression testing framework. This is used for the Python regression test, but is useful for other Python libraries as well. @@ -53,9 +47,6 @@ Some of these are very old and/or not very robust; marked with ``hmm''. \item[dircmp.py] --- class to build directory diff tools on -\item[linecache.py] ---- Cache lines from files (used by pdb) - \item[pipes.py] --- Conversion pipeline templates (hmm) |