Use the \note and \warning macros where appropriate.

This commit is contained in:
Fred Drake 2001-10-20 04:24:09 +00:00
parent 64a5aaf05c
commit 0aa811c527
45 changed files with 156 additions and 163 deletions

View file

@ -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: