Kaydet (Commit) 12d9fc94 authored tarafından Fred Drake's avatar Fred Drake

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

(Thanks, Just!)
üst 95638f5b
...@@ -15,7 +15,7 @@ This module defines a number of utilities for use by CGI scripts ...@@ -15,7 +15,7 @@ This module defines a number of utilities for use by CGI scripts
written in Python. written in Python.
\subsection{Introduction} \subsection{Introduction}
\nodename{Introduction to the CGI module} \nodename{cgi-intro}
A CGI script is invoked by an HTTP server, usually to process user A CGI script is invoked by an HTTP server, usually to process user
input submitted through an HTML \code{<FORM>} or \code{<ISINPUT>} element. 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. ...@@ -206,7 +206,7 @@ each element is unpacked as in \method{unpack_farray()} above.
\subsection{Exceptions} \subsection{Exceptions}
\nodename{Exceptions in xdrlib module} \nodename{xdr-exceptions}
Exceptions in this module are coded as class instances: 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 ...@@ -15,7 +15,7 @@ This module defines a number of utilities for use by CGI scripts
written in Python. written in Python.
\subsection{Introduction} \subsection{Introduction}
\nodename{Introduction to the CGI module} \nodename{cgi-intro}
A CGI script is invoked by an HTTP server, usually to process user A CGI script is invoked by an HTTP server, usually to process user
input submitted through an HTML \code{<FORM>} or \code{<ISINPUT>} element. 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. ...@@ -206,7 +206,7 @@ each element is unpacked as in \method{unpack_farray()} above.
\subsection{Exceptions} \subsection{Exceptions}
\nodename{Exceptions in xdrlib module} \nodename{xdr-exceptions}
Exceptions in this module are coded as class instances: Exceptions in this module are coded as class instances:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment