commit | d6304d09cc1ad5792356df1ab412dc0c0303814c | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Feb 27 17:51:26 1995 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Feb 27 17:51:26 1995 +0000 |
tree | 8ac536e382f6defee3bf416e553e738519d18e62 | |
parent | 2120d12265ee5d5e824179c796e2fb2229906e0b [diff] [blame] |
added cgi
diff --git a/Doc/lib/libwww.tex b/Doc/lib/libwww.tex index 5cd4c05..9e09aa1 100644 --- a/Doc/lib/libwww.tex +++ b/Doc/lib/libwww.tex
@@ -11,6 +11,10 @@ \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).