[Python-checkins] CVS: python/dist/src/Doc/lib libcgihttp.tex,1.5,1.5.4.1
Fred L. Drake
fdrake@users.sourceforge.net
2001年11月18日 21:22:46 -0800
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv22081/lib
Modified Files:
Tag: release21-maint
libcgihttp.tex
Log Message:
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.
Index: libcgihttp.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcgihttp.tex,v
retrieving revision 1.5
retrieving revision 1.5.4.1
diff -C2 -d -r1.5 -r1.5.4.1
*** libcgihttp.tex 2000年12月01日 15:25:23 1.5
--- libcgihttp.tex 2001年11月19日 05:22:44 1.5.4.1
***************
*** 4,8 ****
\declaremodule{standard}{CGIHTTPServer}
- \platform{Unix}
\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
\modulesynopsis{This module provides a request handler for HTTP servers
--- 4,7 ----
***************
*** 16,21 ****
run CGI scripts.
! \strong{Note:} This module is \UNIX{} dependent since it creates the
! CGI process using \function{os.fork()} and \function{os.exec()}.
The \module{CGIHTTPServer} module defines the following class:
--- 15,21 ----
run CGI scripts.
! \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: