Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e70dbe0

Browse files
committed
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.
1 parent 63c4f90 commit e70dbe0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/lib/libcgihttp.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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} ---
1514
from \class{SimpleHTTPServer.SimpleHTTPRequestHandler} but can also
1615
run 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

2121
The \module{CGIHTTPServer} module defines the following class:
2222

0 commit comments

Comments
 (0)