Use shorter labels; using long labels creates problems on the Macintosh.
(Thanks, Just!)
This commit is contained in:
parent
95638f5b0f
commit
12d9fc94f4
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue