]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
added cgi
authorGuido van Rossum <guido@python.org>
Mon, 27 Feb 1995 17:51:26 +0000 (17:51 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 27 Feb 1995 17:51:26 +0000 (17:51 +0000)
Doc/lib/libwww.tex
Doc/libwww.tex

index 5cd4c05f410dfb739b83b6fb20cca12106762b2d..9e09aa195c5e323ac1aa2d4970b7b1a1f6dadf1d 100644 (file)
@@ -11,6 +11,10 @@ Windows NT.  Here is an overview:
 
 \begin{description}
 
+\item[cgi]
+--- Common Gateway Interface, used to interpret forms in server-side
+scripts.
+
 \item[urllib]
 --- Open an arbitrary object given by URL (requires sockets).
 
index 5cd4c05f410dfb739b83b6fb20cca12106762b2d..9e09aa195c5e323ac1aa2d4970b7b1a1f6dadf1d 100644 (file)
@@ -11,6 +11,10 @@ Windows NT.  Here is an overview:
 
 \begin{description}
 
+\item[cgi]
+--- Common Gateway Interface, used to interpret forms in server-side
+scripts.
+
 \item[urllib]
 --- Open an arbitrary object given by URL (requires sockets).