mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Use the \note and \warning macros where appropriate.
This commit is contained in:
parent
64a5aaf05c
commit
0aa811c527
45 changed files with 156 additions and 163 deletions
|
@ -15,8 +15,8 @@ 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()}.
|
||||
\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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue