summaryrefslogtreecommitdiffstats
path: root/Doc/libundoc.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1997-12-29 21:32:26 (GMT)
committerFred Drake <fdrake@acm.org>1997-12-29 21:32:26 (GMT)
commita007c1309408ba5a9491a3884541840d0588596f (patch)
tree11f433a17aaba800538675d3fdfa103af77b5a3f /Doc/libundoc.tex
parent3d913ad370a9821c27d2c99101667e5b93de7109 (diff)
downloadcpython-a007c1309408ba5a9491a3884541840d0588596f.zip
cpython-a007c1309408ba5a9491a3884541840d0588596f.tar.gz
cpython-a007c1309408ba5a9491a3884541840d0588596f.tar.bz2
Reduce warning count from partparse.py.
Removed BaseHTTPServer.py from list of undocumented modules.
Diffstat (limited to 'Doc/libundoc.tex')
-rw-r--r--Doc/libundoc.tex5
1 files changed, 1 insertions, 4 deletions
diff --git a/Doc/libundoc.tex b/Doc/libundoc.tex
index eeaaec9..a7c1099 100644
--- a/Doc/libundoc.tex
+++ b/Doc/libundoc.tex
@@ -13,14 +13,11 @@ cPickle.c -- mostly the same as pickle but no subclassing
cStringIO.c -- mostly the same as StringIO but no subclassing
-\section{Frameworks; somewhat harder to document, but
-well worth the effort}
+\section{Frameworks; somewhat harder to document, but well worth the effort}
Tkinter.py -- Interface to Tcl/Tk for graphical user interfaces;
Fredrik Lundh is working on this one!
-BaseHTTPServer.py -- HTTP server base class
-
CGIHTTPServer.py -- CGI-savvy HTTP Server
SimpleHTTPServer.py -- Simple HTTP Server