mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Use shorter labels; using long labels creates problems on the Macintosh.
(Thanks, Just!)
This commit is contained in:
parent
95638f5b0f
commit
12d9fc94f4
4 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@ This module defines a number of utilities for use by CGI scripts
|
|||
written in Python.
|
||||
|
||||
\subsection{Introduction}
|
||||
\nodename{Introduction to the CGI module}
|
||||
\nodename{cgi-intro}
|
||||
|
||||
A CGI script is invoked by an HTTP server, usually to process user
|
||||
input submitted through an HTML \code{<FORM>} or \code{<ISINPUT>} element.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue