From: Fred Drake Date: Mon, 19 Nov 2001 05:22:44 +0000 (+0000) Subject: Update the platform notes for the CGIHTTPServer module; it works on more X-Git-Tag: v2.1.2c1~79 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ede717e4b7b62b976947f1e46258fad8ab489f11;p=thirdparty%2FPython%2Fcpython.git Update the platform notes for the CGIHTTPServer module; it works on more platforms now, and has since Python 2.0. This closes SF bug #482943. --- diff --git a/Doc/lib/libcgihttp.tex b/Doc/lib/libcgihttp.tex index 61cd08c334a8..70726f78c879 100644 --- a/Doc/lib/libcgihttp.tex +++ b/Doc/lib/libcgihttp.tex @@ -3,7 +3,6 @@ \declaremodule{standard}{CGIHTTPServer} - \platform{Unix} \sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il} \modulesynopsis{This module provides a request handler for HTTP servers which can run CGI scripts.} @@ -15,8 +14,9 @@ interface compatible with from \class{SimpleHTTPServer.SimpleHTTPRequestHandler} but can also run CGI scripts. -\strong{Note:} This module is \UNIX{} dependent since it creates the -CGI process using \function{os.fork()} and \function{os.exec()}. +\strong{Note:} This module can run CGI scripts on \UNIX{} and Windows +systems; on Mac OS it will only be able to run Python scripts within +the same process as itself.} The \module{CGIHTTPServer} module defines the following class: