summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-10-10 16:56:41 (GMT)
committerFred Drake <fdrake@acm.org>2000-10-10 16:56:41 (GMT)
commit4d3714b5c62746a10ac5d542cdf5dbef1d77c47f (patch)
treeb3c95dc637cbb25bffaec1067ff5a47a14e2e312 /Doc
parent6ff7aec2ab2aa0993ee971cbfacdd7135457ebca (diff)
downloadcpython-4d3714b5c62746a10ac5d542cdf5dbef1d77c47f.zip
cpython-4d3714b5c62746a10ac5d542cdf5dbef1d77c47f.tar.gz
cpython-4d3714b5c62746a10ac5d542cdf5dbef1d77c47f.tar.bz2
Better synopses based on suggestions from Ka-Ping Yee <ping@lfw.org>.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libbasehttp.tex7
-rw-r--r--Doc/lib/libcgihttp.tex2
2 files changed, 4 insertions, 5 deletions
diff --git a/Doc/lib/libbasehttp.tex b/Doc/lib/libbasehttp.tex
index 0c9f705..f78b779 100644
--- a/Doc/lib/libbasehttp.tex
+++ b/Doc/lib/libbasehttp.tex
@@ -1,9 +1,9 @@
\section{\module{BaseHTTPServer} ---
- Basic HTTP server.}
-\declaremodule{standard}{BaseHTTPServer}
+ Basic HTTP server}
+\declaremodule{standard}{BaseHTTPServer}
\modulesynopsis{Basic HTTP server (base class for
-\class{SimpleHTTPServer} and \class{CGIHTTPServer}).}
+ \class{SimpleHTTPServer} and \class{CGIHTTPServer}).}
\indexii{WWW}{server}
@@ -11,7 +11,6 @@
\index{URL}
\index{httpd}
-
This module defines two classes for implementing HTTP servers
(web servers). Usually, this module isn't used directly, but is used
as a basis for building functioning web servers. See the
diff --git a/Doc/lib/libcgihttp.tex b/Doc/lib/libcgihttp.tex
index 3343314..182aead 100644
--- a/Doc/lib/libcgihttp.tex
+++ b/Doc/lib/libcgihttp.tex
@@ -1,5 +1,5 @@
\section{\module{CGIHTTPServer} ---
- A Do-Something Request Handler}
+ CGI-capable HTTP request handler}
\declaremodule{standard}{CGIHTTPServer}