mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Remove reference to Grail and Netscape 2.0 from cgi docs.
This commit is contained in:
parent
51f5235a49
commit
95ac2871c9
1 changed files with 1 additions and 2 deletions
|
@ -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
|
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
|
the Python script. It also provides a number of utilities that help
|
||||||
in debugging scripts, and the latest addition is support for file
|
in debugging scripts, and the latest addition is support for file
|
||||||
uploads from a form (if your browser supports it --- Grail 0.3 and
|
uploads from a form (if your browser supports it).
|
||||||
Netscape 2.0 do).
|
|
||||||
|
|
||||||
The output of a CGI script should consist of two sections, separated
|
The output of a CGI script should consist of two sections, separated
|
||||||
by a blank line. The first section contains a number of headers,
|
by a blank line. The first section contains a number of headers,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue