Reduce warning count from partparse.py.

Removed BaseHTTPServer.py from list of undocumented modules.
This commit is contained in:
Fred Drake 1997-12-29 21:32:26 +00:00
parent 3d913ad370
commit a007c13094
2 changed files with 2 additions and 8 deletions

View 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 cStringIO.c -- mostly the same as StringIO but no subclassing
\section{Frameworks; somewhat harder to document, but \section{Frameworks; somewhat harder to document, but well worth the effort}
well worth the effort}
Tkinter.py -- Interface to Tcl/Tk for graphical user interfaces; Tkinter.py -- Interface to Tcl/Tk for graphical user interfaces;
Fredrik Lundh is working on this one! Fredrik Lundh is working on this one!
BaseHTTPServer.py -- HTTP server base class
CGIHTTPServer.py -- CGI-savvy HTTP Server CGIHTTPServer.py -- CGI-savvy HTTP Server
SimpleHTTPServer.py -- Simple HTTP Server SimpleHTTPServer.py -- Simple HTTP Server

View 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 cStringIO.c -- mostly the same as StringIO but no subclassing
\section{Frameworks; somewhat harder to document, but \section{Frameworks; somewhat harder to document, but well worth the effort}
well worth the effort}
Tkinter.py -- Interface to Tcl/Tk for graphical user interfaces; Tkinter.py -- Interface to Tcl/Tk for graphical user interfaces;
Fredrik Lundh is working on this one! Fredrik Lundh is working on this one!
BaseHTTPServer.py -- HTTP server base class
CGIHTTPServer.py -- CGI-savvy HTTP Server CGIHTTPServer.py -- CGI-savvy HTTP Server
SimpleHTTPServer.py -- Simple HTTP Server SimpleHTTPServer.py -- Simple HTTP Server