Use shorter labels; using long labels creates problems on the Macintosh.

(Thanks, Just!)
This commit is contained in:
Fred Drake 1998-04-14 17:19:54 +00:00
parent 95638f5b0f
commit 12d9fc94f4
4 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -206,7 +206,7 @@ each element is unpacked as in \method{unpack_farray()} above.
\subsection{Exceptions}
\nodename{Exceptions in xdrlib module}
\nodename{xdr-exceptions}
Exceptions in this module are coded as class instances:

View File

@ -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.

View File

@ -206,7 +206,7 @@ each element is unpacked as in \method{unpack_farray()} above.
\subsection{Exceptions}
\nodename{Exceptions in xdrlib module}
\nodename{xdr-exceptions}
Exceptions in this module are coded as class instances: