diff options
author | Guido van Rossum <guido@python.org> | 1997-12-30 23:42:27 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-12-30 23:42:27 (GMT) |
commit | 1f35977bfd5aaca0329ee2822cafdc55d6f67077 (patch) | |
tree | cc8e033ed4a7f4e4fc40e38549382a571dadcf36 | |
parent | eb0f066fb84e71f418cf6a27c38b128aee33a834 (diff) | |
download | cpython-1f35977bfd5aaca0329ee2822cafdc55d6f67077.zip cpython-1f35977bfd5aaca0329ee2822cafdc55d6f67077.tar.gz cpython-1f35977bfd5aaca0329ee2822cafdc55d6f67077.tar.bz2 |
Added BaseHTTPServer to table of contents for chapter.
-rw-r--r-- | Doc/lib/libwww.tex | 3 | ||||
-rw-r--r-- | Doc/libwww.tex | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/Doc/lib/libwww.tex b/Doc/lib/libwww.tex index bf494bc..f341ea7 100644 --- a/Doc/lib/libwww.tex +++ b/Doc/lib/libwww.tex @@ -86,4 +86,7 @@ written by Sun Microsystems, Inc. June 1987. \item[mimify] --- Mimification and unmimification of mail messages. +\item[BaseHTTPServer] +--- Basic HTTP server (base class for SimpleHTTPServer and CGIHTTPServer). + \end{description} diff --git a/Doc/libwww.tex b/Doc/libwww.tex index bf494bc..f341ea7 100644 --- a/Doc/libwww.tex +++ b/Doc/libwww.tex @@ -86,4 +86,7 @@ written by Sun Microsystems, Inc. June 1987. \item[mimify] --- Mimification and unmimification of mail messages. +\item[BaseHTTPServer] +--- Basic HTTP server (base class for SimpleHTTPServer and CGIHTTPServer). + \end{description} |