File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ \section{\module{CGIHTTPServer} ---
33
44
55\declaremodule {standard}{CGIHTTPServer}
6- \platform {Unix}
76\sectionauthor {Moshe Zadka}{
[email protected] }
87\modulesynopsis {This module provides a request handler for HTTP servers
98 which can run CGI scripts.}
@@ -15,8 +14,9 @@ \section{\module{CGIHTTPServer} ---
1514from \class {SimpleHTTPServer.SimpleHTTPRequestHandler} but can also
1615run CGI scripts.
1716
18- \note {This module is \UNIX {} dependent since it creates the
19- CGI process using \function {os.fork()} and \function {os.exec()}.}
17+ \note {This module can run CGI scripts on \UNIX {} and Windows systems;
18+ on Mac OS it will only be able to run Python scripts within the same
19+ process as itself.}
2020
2121The \module {CGIHTTPServer} module defines the following class:
2222
You can’t perform that action at this time.
0 commit comments