Kaydet (Commit) 4d3714b5 authored tarafından Fred Drake's avatar Fred Drake

Better synopses based on suggestions from Ka-Ping Yee <ping@lfw.org>.

üst 6ff7aec2
\section{\module{BaseHTTPServer} --- \section{\module{BaseHTTPServer} ---
Basic HTTP server.} Basic HTTP server}
\declaremodule{standard}{BaseHTTPServer}
\declaremodule{standard}{BaseHTTPServer}
\modulesynopsis{Basic HTTP server (base class for \modulesynopsis{Basic HTTP server (base class for
\class{SimpleHTTPServer} and \class{CGIHTTPServer}).} \class{SimpleHTTPServer} and \class{CGIHTTPServer}).}
\indexii{WWW}{server} \indexii{WWW}{server}
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
\index{URL} \index{URL}
\index{httpd} \index{httpd}
This module defines two classes for implementing HTTP servers This module defines two classes for implementing HTTP servers
(web servers). Usually, this module isn't used directly, but is used (web servers). Usually, this module isn't used directly, but is used
as a basis for building functioning web servers. See the as a basis for building functioning web servers. See the
......
\section{\module{CGIHTTPServer} --- \section{\module{CGIHTTPServer} ---
A Do-Something Request Handler} CGI-capable HTTP request handler}
\declaremodule{standard}{CGIHTTPServer} \declaremodule{standard}{CGIHTTPServer}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment