From: Georg Brandl Date: Sun, 22 Jan 2006 13:49:24 +0000 (+0000) Subject: Remove reference to Grail and Netscape 2.0 from cgi docs. X-Git-Tag: v2.4.3c1~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7626cd91f420d5a12fb6ab3eececb8862e0ee693;p=thirdparty%2FPython%2Fcpython.git Remove reference to Grail and Netscape 2.0 from cgi docs. --- diff --git a/Doc/lib/libcgi.tex b/Doc/lib/libcgi.tex index f2f968f0c43d..9e1e58e73012 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,