diff options
| author | Guido van Rossum <guido@python.org> | 1995-02-28 17:14:32 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1995-02-28 17:14:32 +0000 |
| commit | 8675115e5f55e69fdb30ebba95e7a6a5216e133c (patch) | |
| tree | d09dfc7242177a6061808ab9866d418efbeea0ed /Doc/lib/libcgi.tex | |
| parent | e4be9be99a7fb0f30e57803fda355321f64b0b05 (diff) | |
| download | cpython-git-8675115e5f55e69fdb30ebba95e7a6a5216e133c.tar.gz | |
a few typographical changes (e.g. -- => ---) and lots of new stuff in the WWW chapter
Diffstat (limited to 'Doc/lib/libcgi.tex')
| -rw-r--r-- | Doc/lib/libcgi.tex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/lib/libcgi.tex b/Doc/lib/libcgi.tex index 9d2764470c..a5d1cdf42e 100644 --- a/Doc/lib/libcgi.tex +++ b/Doc/lib/libcgi.tex @@ -6,6 +6,8 @@ \indexii{MIME}{headers} \index{URL} +\renewcommand{\indexsubitem}{(in module cgi)} + This module makes it easy to write Python scripts that run in a WWW server using the Common Gateway Interface. It was written by Michael McLay and subsequently modified by Steve Majewski and Guido van @@ -113,7 +115,7 @@ if it is unique, or raise \code{IndexError} if the field was specified more than once in the form. (If the field wasn't specified at all, \code{KeyError} is raised.) To access fields that are specified multiple times, use \code{form.getlist(fieldname)}. The -\code{values()} and \code{items()} methods return mixed lists -- +\code{values()} and \code{items()} methods return mixed lists --- containing strings for singly-defined fields, and lists of strings for multiply-defined fields. \end{funcdesc} |
