]> granicus.if.org Git - python/commitdiff
Better synopses based on suggestions from Ka-Ping Yee <ping@lfw.org>.
authorFred Drake <fdrake@acm.org>
Tue, 10 Oct 2000 16:56:41 +0000 (16:56 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 10 Oct 2000 16:56:41 +0000 (16:56 +0000)
Doc/lib/libbasehttp.tex
Doc/lib/libcgihttp.tex

index 0c9f705470c7d4c0604ef43634a128f3d32c09cd..f78b77903f45602275dcc0a7701e64f733e013f2 100644 (file)
@@ -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
index 33433147df1a37924fdb35749ef1bb7a2761b4c7..182aeade793b02850dfbbd2a709f47391dc10182 100644 (file)
@@ -1,5 +1,5 @@
 \section{\module{CGIHTTPServer} ---
-         A Do-Something Request Handler}
+         CGI-capable HTTP request handler}
 
 
 \declaremodule{standard}{CGIHTTPServer}