From: Fred Drake Date: Tue, 14 Apr 1998 17:19:54 +0000 (+0000) Subject: Use shorter labels; using long labels creates problems on the Macintosh. X-Git-Tag: v1.5.2a1~917 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12d9fc94f4b8e66982c3b664eb181dfa2d1a3150;p=python Use shorter labels; using long labels creates problems on the Macintosh. (Thanks, Just!) --- diff --git a/Doc/lib/libcgi.tex b/Doc/lib/libcgi.tex index 4b01862e5b..cb0a6fb5d2 100644 --- a/Doc/lib/libcgi.tex +++ b/Doc/lib/libcgi.tex @@ -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{
} or \code{} element. diff --git a/Doc/lib/libxdrlib.tex b/Doc/lib/libxdrlib.tex index 6157c9d65a..56459f8364 100644 --- a/Doc/lib/libxdrlib.tex +++ b/Doc/lib/libxdrlib.tex @@ -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: diff --git a/Doc/libcgi.tex b/Doc/libcgi.tex index 4b01862e5b..cb0a6fb5d2 100644 --- a/Doc/libcgi.tex +++ b/Doc/libcgi.tex @@ -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{} or \code{} element. diff --git a/Doc/libxdrlib.tex b/Doc/libxdrlib.tex index 6157c9d65a..56459f8364 100644 --- a/Doc/libxdrlib.tex +++ b/Doc/libxdrlib.tex @@ -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: