From a007c1309408ba5a9491a3884541840d0588596f Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 29 Dec 1997 21:32:26 +0000 Subject: [PATCH] Reduce warning count from partparse.py. Removed BaseHTTPServer.py from list of undocumented modules. --- Doc/lib/libundoc.tex | 5 +---- Doc/libundoc.tex | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index eeaaec9c6d..a7c10992e1 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/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 diff --git a/Doc/libundoc.tex b/Doc/libundoc.tex index eeaaec9c6d..a7c10992e1 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 -- 2.50.1