Remove reference to Grail and Netscape 2.0 from cgi docs.
authorGeorg Brandl <georg@python.org>
Sun, 22 Jan 2006 13:49:21 +0000 (13:49 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 22 Jan 2006 13:49:21 +0000 (13:49 +0000)
Doc/lib/libcgi.tex

index 96b4ec45ed27465c3a2275e5c41e2399e9436130..cd6f58a6069deca866d5f3c7e75f36aeb5561807 100644 (file)
@@ -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,