mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Better synopsis based on suggestion from Ka-Ping Yee <ping@lfw.org>.
This commit is contained in:
parent
4d3714b5c6
commit
25407882ea
1 changed files with 3 additions and 2 deletions
|
|
@ -1,9 +1,10 @@
|
||||||
\section{\module{SimpleHTTPServer} ---
|
\section{\module{SimpleHTTPServer} ---
|
||||||
A Do-Something Request Handler}
|
Simple HTTP request handler}
|
||||||
|
|
||||||
\declaremodule{standard}{SimpleHTTPServer}
|
\declaremodule{standard}{SimpleHTTPServer}
|
||||||
\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
|
\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
|
||||||
\modulesynopsis{This module provides a request handler for HTTP servers.}
|
\modulesynopsis{This module provides a basic request handler for HTTP
|
||||||
|
servers.}
|
||||||
|
|
||||||
|
|
||||||
The \module{SimpleHTTPServer} module defines a request-handler class,
|
The \module{SimpleHTTPServer} module defines a request-handler class,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue