summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-01-22 13:49:21 (GMT)
committerGeorg Brandl <georg@python.org>2006-01-22 13:49:21 (GMT)
commit95ac2871c9ffa8ab132f9eb9557f95f5a00af83a (patch)
tree5c0f91e4bd2a50a95a052d7ee98485b38b2c5db4 /Doc/lib
parent51f5235a495918e0059cd4a16252a8b7422921ea (diff)
downloadcpython-95ac2871c9ffa8ab132f9eb9557f95f5a00af83a.zip
cpython-95ac2871c9ffa8ab132f9eb9557f95f5a00af83a.tar.gz
cpython-95ac2871c9ffa8ab132f9eb9557f95f5a00af83a.tar.bz2
Remove reference to Grail and Netscape 2.0 from cgi docs.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libcgi.tex3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/lib/libcgi.tex b/Doc/lib/libcgi.tex
index 96b4ec4..cd6f58a 100644
--- a/Doc/lib/libcgi.tex
+++ b/Doc/lib/libcgi.tex
@@ -36,8 +36,7 @@ the ``query string'' part of the URL. This module is intended
to take care of the different cases and provide a simpler interface to
the Python script. It also provides a number of utilities that help
in debugging scripts, and the latest addition is support for file
-uploads from a form (if your browser supports it --- Grail 0.3 and
-Netscape 2.0 do).
+uploads from a form (if your browser supports it).
The output of a CGI script should consist of two sections, separated
by a blank line. The first section contains a number of headers,