]> granicus.if.org Git - python/commitdiff
Reduce warning count from partparse.py.
authorFred Drake <fdrake@acm.org>
Mon, 29 Dec 1997 21:32:26 +0000 (21:32 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 29 Dec 1997 21:32:26 +0000 (21:32 +0000)
Removed BaseHTTPServer.py from list of undocumented modules.

Doc/lib/libundoc.tex
Doc/libundoc.tex

index eeaaec9c6dd3583bb83a9d2fa4da2eb4134f5d82..a7c10992e137d858218a790707173b57ba48a40e 100644 (file)
@@ -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
index eeaaec9c6dd3583bb83a9d2fa4da2eb4134f5d82..a7c10992e137d858218a790707173b57ba48a40e 100644 (file)
@@ -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