Remove obsolete lines like this:

\setindexsubitem{(in module frobnitz)}

These are no longer needed when present before any other \setindexsubitem{}
in the module section.  The indexsubitem is now set by \bimodindex and
\stmodindex.
This commit is contained in:
Fred Drake 1998-04-04 05:56:51 +00:00
parent 4bde97f190
commit d275de985a
64 changed files with 0 additions and 66 deletions

View file

@ -11,7 +11,6 @@ the exception \code{amoeba.error = 'amoeba.error'}.
The module \code{amoeba} defines the following items: The module \code{amoeba} defines the following items:
\setindexsubitem{(in module amoeba)}
\begin{funcdesc}{name_append}{path, cap} \begin{funcdesc}{name_append}{path, cap}
Stores a capability in the Amoeba directory tree. Stores a capability in the Amoeba directory tree.
Arguments are the pathname (a string) and the capability (a capability Arguments are the pathname (a string) and the capability (a capability

View file

@ -2,7 +2,6 @@
\label{module-cmath} \label{module-cmath}
\bimodindex{cmath} \bimodindex{cmath}
\setindexsubitem{(in module cmath)}
This module is always available. This module is always available.
It provides access to mathematical functions for complex numbers. It provides access to mathematical functions for complex numbers.
The functions are: The functions are:

View file

@ -7,7 +7,6 @@ objects.
The \code{code} module defines the following functions: The \code{code} module defines the following functions:
\setindexsubitem{(in module code)}
\begin{funcdesc}{compile_command}{source, \optional{filename\optional{, symbol}}} \begin{funcdesc}{compile_command}{source, \optional{filename\optional{, symbol}}}
This function is useful for programs that want to emulate Python's This function is useful for programs that want to emulate Python's

View file

@ -12,7 +12,6 @@ future as well. It provides configuration information about object
constructors which are not classes. Such constructors may be factory constructors which are not classes. Such constructors may be factory
functions or class instances. functions or class instances.
\setindexsubitem{(in module copy_reg)}
\begin{funcdesc}{constructor}{object} \begin{funcdesc}{constructor}{object}
Declares \var{object} to be a valid constructor. Declares \var{object} to be a valid constructor.

View file

@ -14,7 +14,6 @@ using the GNU GDBM library.
The module defines the following constant and functions: The module defines the following constant and functions:
\setindexsubitem{(in module dbm)}
\begin{excdesc}{error} \begin{excdesc}{error}
Raised on dbm-specific errors, such as I/O errors. \code{KeyError} is Raised on dbm-specific errors, such as I/O errors. \code{KeyError} is
raised for general mapping errors like specifying an incorrect key. raised for general mapping errors like specifying an incorrect key.

View file

@ -19,7 +19,6 @@ special to this module. See module \code{glob}\refstmodindex{glob}
for pathname expansion (\module{glob} uses \function{fnmatch()} to for pathname expansion (\module{glob} uses \function{fnmatch()} to
match filename segments). match filename segments).
\setindexsubitem{(in module fnmatch)}
\begin{funcdesc}{fnmatch}{filename, pattern} \begin{funcdesc}{fnmatch}{filename, pattern}
Test whether the \var{filename} string matches the \var{pattern} Test whether the \var{filename} string matches the \var{pattern}

View file

@ -29,7 +29,6 @@ Printing a \code{gdbm} object doesn't print the keys and values, and the
The module defines the following constant and functions: The module defines the following constant and functions:
\setindexsubitem{(in module gdbm)}
\begin{excdesc}{error} \begin{excdesc}{error}
Raised on \code{gdbm}-specific errors, such as I/O errors. \code{KeyError} is Raised on \code{gdbm}-specific errors, such as I/O errors. \code{KeyError} is
raised for general mapping errors like specifying an incorrect key. raised for general mapping errors like specifying an incorrect key.

View file

@ -75,7 +75,6 @@ red, green, blue = getmcolor(i)
The following functions are non-standard or have special argument The following functions are non-standard or have special argument
conventions: conventions:
\setindexsubitem{(in module gl)}
\begin{funcdesc}{varray}{argument} \begin{funcdesc}{varray}{argument}
%JHXXX the argument-argument added %JHXXX the argument-argument added
Equivalent to but faster than a number of Equivalent to but faster than a number of

View file

@ -3,7 +3,6 @@
\stmodindex{gopherlib} \stmodindex{gopherlib}
\indexii{Gopher}{protocol} \indexii{Gopher}{protocol}
\setindexsubitem{(in module gopherlib)}
This module provides a minimal implementation of client side of the This module provides a minimal implementation of client side of the
the Gopher protocol. It is used by the module \code{urllib} to handle the Gopher protocol. It is used by the module \code{urllib} to handle

View file

@ -19,7 +19,6 @@ A \code{KeyError} exception is raised if the entry asked for cannot be found.
It defines the following items: It defines the following items:
\setindexsubitem{(in module grp)}
\begin{funcdesc}{getgrgid}{gid} \begin{funcdesc}{getgrgid}{gid}
Return the group database entry for the given numeric group ID. Return the group database entry for the given numeric group ID.
\end{funcdesc} \end{funcdesc}

View file

@ -2,7 +2,6 @@
\label{module-math} \label{module-math}
\bimodindex{math} \bimodindex{math}
\setindexsubitem{(in module math)}
This module is always available. This module is always available.
It provides access to the mathematical functions defined by the \C{} It provides access to the mathematical functions defined by the \C{}
standard. standard.

View file

@ -1,7 +1,6 @@
\section{Standard Module \sectcode{mimify}} \section{Standard Module \sectcode{mimify}}
\label{module-mimify} \label{module-mimify}
\stmodindex{mimify} \stmodindex{mimify}
\setindexsubitem{(in module mimify)}
The mimify module defines two functions to convert mail messages to The mimify module defines two functions to convert mail messages to
and from MIME format. The mail message can be either a simple message and from MIME format. The mail message can be either a simple message

View file

@ -15,7 +15,6 @@ to interface with the
The module is too large to document here in its entirety. The module is too large to document here in its entirety.
One interesting function: One interesting function:
\setindexsubitem{(in module panel)}
\begin{funcdesc}{defpanellist}{filename} \begin{funcdesc}{defpanellist}{filename}
Parses a panel description file containing S-expressions written by the Parses a panel description file containing S-expressions written by the
\emph{Panel Editor} \emph{Panel Editor}

View file

@ -3,7 +3,6 @@
\stmodindex{pdb} \stmodindex{pdb}
\index{debugging} \index{debugging}
\setindexsubitem{(in module pdb)}
The module \code{pdb} defines an interactive source code debugger for The module \code{pdb} defines an interactive source code debugger for
Python programs. It supports setting Python programs. It supports setting

View file

@ -74,7 +74,6 @@ exception through the \module{os} module.
It defines the following functions and constants: It defines the following functions and constants:
\setindexsubitem{(in module posix)}
\begin{funcdesc}{chdir}{path} \begin{funcdesc}{chdir}{path}
Change the current working directory to \var{path}. Change the current working directory to \var{path}.
\end{funcdesc} \end{funcdesc}

View file

@ -19,7 +19,6 @@ A \code{KeyError} exception is raised if the entry asked for cannot be found.
It defines the following items: It defines the following items:
\setindexsubitem{(in module pwd)}
\begin{funcdesc}{getpwuid}{uid} \begin{funcdesc}{getpwuid}{uid}
Return the password database entry for the given numeric user ID. Return the password database entry for the given numeric user ID.
\end{funcdesc} \end{funcdesc}

View file

@ -8,7 +8,6 @@ given library's implementation. While still supported for
compatibility, the \code{rand} module is now considered obsolete; if compatibility, the \code{rand} module is now considered obsolete; if
possible, use the \code{whrandom} module instead. possible, use the \code{whrandom} module instead.
\setindexsubitem{(in module rand)}
\begin{funcdesc}{choice}{seq} \begin{funcdesc}{choice}{seq}
Returns a random element from the sequence \var{seq}. Returns a random element from the sequence \var{seq}.

View file

@ -20,7 +20,6 @@ after the corresponding variables in the distribution's equation, as
used in common mathematical practice; most of these equations can be used in common mathematical practice; most of these equations can be
found in any statistics text. found in any statistics text.
\setindexsubitem{(in module random)}
\begin{funcdesc}{betavariate}{alpha, beta} \begin{funcdesc}{betavariate}{alpha, beta}
Beta distribution. Conditions on the parameters are Beta distribution. Conditions on the parameters are
\code{\var{alpha} >- 1} and \code{\var{beta} > -1}. \code{\var{alpha} >- 1} and \code{\var{beta} > -1}.

View file

@ -190,7 +190,6 @@ the string.
The module defines these functions, and an exception: The module defines these functions, and an exception:
\setindexsubitem{(in module regex)}
\begin{funcdesc}{match}{pattern, string} \begin{funcdesc}{match}{pattern, string}
Return how many characters at the beginning of \var{string} match Return how many characters at the beginning of \var{string} match

View file

@ -18,7 +18,6 @@ expressions to \module{re} style regular expressions. (For more
conversion help, see the URL conversion help, see the URL
\url{http://starship.skyport.net/crew/amk/howto/regex-to-re.html}.) \url{http://starship.skyport.net/crew/amk/howto/regex-to-re.html}.)
\setindexsubitem{(in module regsub)}
\begin{funcdesc}{sub}{pat, repl, str} \begin{funcdesc}{sub}{pat, repl, str}
Replace the first occurrence of pattern \var{pat} in string Replace the first occurrence of pattern \var{pat} in string

View file

@ -11,7 +11,6 @@ children.
A single exception is defined for errors: A single exception is defined for errors:
\setindexsubitem{(in module resource)}
\begin{excdesc}{error} \begin{excdesc}{error}
The functions described below may raise this error if the underlying The functions described below may raise this error if the underlying

View file

@ -11,7 +11,6 @@ calls, consult your local man pages.
The \code{stat} module defines the following functions: The \code{stat} module defines the following functions:
\setindexsubitem{(in module stat)}
\begin{funcdesc}{S_ISDIR}{mode} \begin{funcdesc}{S_ISDIR}{mode}
Return non-zero if the mode was gotten from a directory. Return non-zero if the mode was gotten from a directory.

View file

@ -37,7 +37,6 @@ of STDWIN for C programmers (aforementioned CWI report).
The following functions are defined in the \code{stdwin} module: The following functions are defined in the \code{stdwin} module:
\setindexsubitem{(in module stdwin)}
\begin{funcdesc}{open}{title} \begin{funcdesc}{open}{title}
Open a new window whose initial title is given by the string argument. Open a new window whose initial title is given by the string argument.
Return a window object; window object methods are described below.% Return a window object; window object methods are described below.%
@ -812,7 +811,6 @@ Note that the positive vertical axis points down (as in
The module defines the following objects: The module defines the following objects:
\setindexsubitem{(in module rect)}
\begin{excdesc}{error} \begin{excdesc}{error}
The exception raised by functions in this module when they detect an The exception raised by functions in this module when they detect an
error. error.

View file

@ -53,7 +53,6 @@ The constants defined in this module are are:
The functions defined in this module are: The functions defined in this module are:
\setindexsubitem{(in module string)}
\begin{funcdesc}{atof}{s} \begin{funcdesc}{atof}{s}
Convert a string to a floating point number. The string must have Convert a string to a floating point number. The string must have

View file

@ -11,7 +11,6 @@ to may change between Python versions.
This module also provides one additional data object: This module also provides one additional data object:
\setindexsubitem{(in module symbol)}
\begin{datadesc}{sym_name} \begin{datadesc}{sym_name}

View file

@ -8,7 +8,6 @@ of the \code{syslog} facility.
The module defines the following functions: The module defines the following functions:
\setindexsubitem{(in module syslog)}
\begin{funcdesc}{syslog}{\optional{priority,} message} \begin{funcdesc}{syslog}{\optional{priority,} message}
Send the string \var{message} to the system logger. Send the string \var{message} to the system logger.

View file

@ -98,7 +98,6 @@ def getpass(prompt = "Password: "):
\indexii{\POSIX{}}{I/O control} \indexii{\POSIX{}}{I/O control}
\indexii{tty}{I/O control} \indexii{tty}{I/O control}
\setindexsubitem{(in module TERMIOS)}
This module defines the symbolic constants required to use the This module defines the symbolic constants required to use the
\module{termios}\refbimodindex{termios} module (see the previous \module{termios}\refbimodindex{termios} module (see the previous

View file

@ -12,7 +12,6 @@ versions.
This module also provides one data object and some functions. The This module also provides one data object and some functions. The
functions mirror definitions in the Python C header files. functions mirror definitions in the Python C header files.
\setindexsubitem{(in module token)}
\begin{datadesc}{tok_name} \begin{datadesc}{tok_name}

View file

@ -7,7 +7,6 @@
\indexii{URL}{parsing} \indexii{URL}{parsing}
\indexii{relative}{URL} \indexii{relative}{URL}
\setindexsubitem{(in module urlparse)}
This module defines a standard interface to break URL strings up in This module defines a standard interface to break URL strings up in
components (addessing scheme, network location, path etc.), to combine components (addessing scheme, network location, path etc.), to combine

View file

@ -6,7 +6,6 @@ The single function in this module attempts to guess which of the
several simple database modules available--dbm, gdbm, or several simple database modules available--dbm, gdbm, or
dbhash--should be used to open a given file. dbhash--should be used to open a given file.
\setindexsubitem{(in module whichdb)}
\begin{funcdesc}{whichdb}{filename} \begin{funcdesc}{whichdb}{filename}
Returns one of the following values: \code{None} if the file can't be Returns one of the following values: \code{None} if the file can't be
opened because it's unreadable or doesn't exist; the empty string opened because it's unreadable or doesn't exist; the empty string

View file

@ -5,7 +5,6 @@
This module implements a Wichmann-Hill pseudo-random number generator This module implements a Wichmann-Hill pseudo-random number generator
class that is also named \code{whrandom}. Instances of the class that is also named \code{whrandom}. Instances of the
\code{whrandom} class have the following methods: \code{whrandom} class have the following methods:
\setindexsubitem{(in module whrandom)}
\begin{funcdesc}{choice}{seq} \begin{funcdesc}{choice}{seq}
Chooses a random element from the non-empty sequence \var{seq} and returns it. Chooses a random element from the non-empty sequence \var{seq} and returns it.

View file

@ -4,7 +4,6 @@
\index{XDR} \index{XDR}
\index{External Data Representation} \index{External Data Representation}
\setindexsubitem{(in module xdrlib)}
The \module{xdrlib} module supports the External Data Representation The \module{xdrlib} module supports the External Data Representation

View file

@ -11,7 +11,6 @@ the exception \code{amoeba.error = 'amoeba.error'}.
The module \code{amoeba} defines the following items: The module \code{amoeba} defines the following items:
\setindexsubitem{(in module amoeba)}
\begin{funcdesc}{name_append}{path, cap} \begin{funcdesc}{name_append}{path, cap}
Stores a capability in the Amoeba directory tree. Stores a capability in the Amoeba directory tree.
Arguments are the pathname (a string) and the capability (a capability Arguments are the pathname (a string) and the capability (a capability

View file

@ -2,7 +2,6 @@
\label{module-cmath} \label{module-cmath}
\bimodindex{cmath} \bimodindex{cmath}
\setindexsubitem{(in module cmath)}
This module is always available. This module is always available.
It provides access to mathematical functions for complex numbers. It provides access to mathematical functions for complex numbers.
The functions are: The functions are:

View file

@ -7,7 +7,6 @@ objects.
The \code{code} module defines the following functions: The \code{code} module defines the following functions:
\setindexsubitem{(in module code)}
\begin{funcdesc}{compile_command}{source, \optional{filename\optional{, symbol}}} \begin{funcdesc}{compile_command}{source, \optional{filename\optional{, symbol}}}
This function is useful for programs that want to emulate Python's This function is useful for programs that want to emulate Python's

View file

@ -12,7 +12,6 @@ future as well. It provides configuration information about object
constructors which are not classes. Such constructors may be factory constructors which are not classes. Such constructors may be factory
functions or class instances. functions or class instances.
\setindexsubitem{(in module copy_reg)}
\begin{funcdesc}{constructor}{object} \begin{funcdesc}{constructor}{object}
Declares \var{object} to be a valid constructor. Declares \var{object} to be a valid constructor.

View file

@ -14,7 +14,6 @@ using the GNU GDBM library.
The module defines the following constant and functions: The module defines the following constant and functions:
\setindexsubitem{(in module dbm)}
\begin{excdesc}{error} \begin{excdesc}{error}
Raised on dbm-specific errors, such as I/O errors. \code{KeyError} is Raised on dbm-specific errors, such as I/O errors. \code{KeyError} is
raised for general mapping errors like specifying an incorrect key. raised for general mapping errors like specifying an incorrect key.

View file

@ -19,7 +19,6 @@ special to this module. See module \code{glob}\refstmodindex{glob}
for pathname expansion (\module{glob} uses \function{fnmatch()} to for pathname expansion (\module{glob} uses \function{fnmatch()} to
match filename segments). match filename segments).
\setindexsubitem{(in module fnmatch)}
\begin{funcdesc}{fnmatch}{filename, pattern} \begin{funcdesc}{fnmatch}{filename, pattern}
Test whether the \var{filename} string matches the \var{pattern} Test whether the \var{filename} string matches the \var{pattern}

View file

@ -29,7 +29,6 @@ Printing a \code{gdbm} object doesn't print the keys and values, and the
The module defines the following constant and functions: The module defines the following constant and functions:
\setindexsubitem{(in module gdbm)}
\begin{excdesc}{error} \begin{excdesc}{error}
Raised on \code{gdbm}-specific errors, such as I/O errors. \code{KeyError} is Raised on \code{gdbm}-specific errors, such as I/O errors. \code{KeyError} is
raised for general mapping errors like specifying an incorrect key. raised for general mapping errors like specifying an incorrect key.

View file

@ -75,7 +75,6 @@ red, green, blue = getmcolor(i)
The following functions are non-standard or have special argument The following functions are non-standard or have special argument
conventions: conventions:
\setindexsubitem{(in module gl)}
\begin{funcdesc}{varray}{argument} \begin{funcdesc}{varray}{argument}
%JHXXX the argument-argument added %JHXXX the argument-argument added
Equivalent to but faster than a number of Equivalent to but faster than a number of

View file

@ -3,7 +3,6 @@
\stmodindex{gopherlib} \stmodindex{gopherlib}
\indexii{Gopher}{protocol} \indexii{Gopher}{protocol}
\setindexsubitem{(in module gopherlib)}
This module provides a minimal implementation of client side of the This module provides a minimal implementation of client side of the
the Gopher protocol. It is used by the module \code{urllib} to handle the Gopher protocol. It is used by the module \code{urllib} to handle

View file

@ -19,7 +19,6 @@ A \code{KeyError} exception is raised if the entry asked for cannot be found.
It defines the following items: It defines the following items:
\setindexsubitem{(in module grp)}
\begin{funcdesc}{getgrgid}{gid} \begin{funcdesc}{getgrgid}{gid}
Return the group database entry for the given numeric group ID. Return the group database entry for the given numeric group ID.
\end{funcdesc} \end{funcdesc}

View file

@ -2,7 +2,6 @@
\label{module-math} \label{module-math}
\bimodindex{math} \bimodindex{math}
\setindexsubitem{(in module math)}
This module is always available. This module is always available.
It provides access to the mathematical functions defined by the \C{} It provides access to the mathematical functions defined by the \C{}
standard. standard.

View file

@ -1,7 +1,6 @@
\section{Standard Module \sectcode{mimify}} \section{Standard Module \sectcode{mimify}}
\label{module-mimify} \label{module-mimify}
\stmodindex{mimify} \stmodindex{mimify}
\setindexsubitem{(in module mimify)}
The mimify module defines two functions to convert mail messages to The mimify module defines two functions to convert mail messages to
and from MIME format. The mail message can be either a simple message and from MIME format. The mail message can be either a simple message

View file

@ -15,7 +15,6 @@ to interface with the
The module is too large to document here in its entirety. The module is too large to document here in its entirety.
One interesting function: One interesting function:
\setindexsubitem{(in module panel)}
\begin{funcdesc}{defpanellist}{filename} \begin{funcdesc}{defpanellist}{filename}
Parses a panel description file containing S-expressions written by the Parses a panel description file containing S-expressions written by the
\emph{Panel Editor} \emph{Panel Editor}

View file

@ -3,7 +3,6 @@
\stmodindex{pdb} \stmodindex{pdb}
\index{debugging} \index{debugging}
\setindexsubitem{(in module pdb)}
The module \code{pdb} defines an interactive source code debugger for The module \code{pdb} defines an interactive source code debugger for
Python programs. It supports setting Python programs. It supports setting

View file

@ -74,7 +74,6 @@ exception through the \module{os} module.
It defines the following functions and constants: It defines the following functions and constants:
\setindexsubitem{(in module posix)}
\begin{funcdesc}{chdir}{path} \begin{funcdesc}{chdir}{path}
Change the current working directory to \var{path}. Change the current working directory to \var{path}.
\end{funcdesc} \end{funcdesc}

View file

@ -19,7 +19,6 @@ A \code{KeyError} exception is raised if the entry asked for cannot be found.
It defines the following items: It defines the following items:
\setindexsubitem{(in module pwd)}
\begin{funcdesc}{getpwuid}{uid} \begin{funcdesc}{getpwuid}{uid}
Return the password database entry for the given numeric user ID. Return the password database entry for the given numeric user ID.
\end{funcdesc} \end{funcdesc}

View file

@ -8,7 +8,6 @@ given library's implementation. While still supported for
compatibility, the \code{rand} module is now considered obsolete; if compatibility, the \code{rand} module is now considered obsolete; if
possible, use the \code{whrandom} module instead. possible, use the \code{whrandom} module instead.
\setindexsubitem{(in module rand)}
\begin{funcdesc}{choice}{seq} \begin{funcdesc}{choice}{seq}
Returns a random element from the sequence \var{seq}. Returns a random element from the sequence \var{seq}.

View file

@ -20,7 +20,6 @@ after the corresponding variables in the distribution's equation, as
used in common mathematical practice; most of these equations can be used in common mathematical practice; most of these equations can be
found in any statistics text. found in any statistics text.
\setindexsubitem{(in module random)}
\begin{funcdesc}{betavariate}{alpha, beta} \begin{funcdesc}{betavariate}{alpha, beta}
Beta distribution. Conditions on the parameters are Beta distribution. Conditions on the parameters are
\code{\var{alpha} >- 1} and \code{\var{beta} > -1}. \code{\var{alpha} >- 1} and \code{\var{beta} > -1}.

View file

@ -190,7 +190,6 @@ the string.
The module defines these functions, and an exception: The module defines these functions, and an exception:
\setindexsubitem{(in module regex)}
\begin{funcdesc}{match}{pattern, string} \begin{funcdesc}{match}{pattern, string}
Return how many characters at the beginning of \var{string} match Return how many characters at the beginning of \var{string} match

View file

@ -18,7 +18,6 @@ expressions to \module{re} style regular expressions. (For more
conversion help, see the URL conversion help, see the URL
\url{http://starship.skyport.net/crew/amk/howto/regex-to-re.html}.) \url{http://starship.skyport.net/crew/amk/howto/regex-to-re.html}.)
\setindexsubitem{(in module regsub)}
\begin{funcdesc}{sub}{pat, repl, str} \begin{funcdesc}{sub}{pat, repl, str}
Replace the first occurrence of pattern \var{pat} in string Replace the first occurrence of pattern \var{pat} in string

View file

@ -11,7 +11,6 @@ children.
A single exception is defined for errors: A single exception is defined for errors:
\setindexsubitem{(in module resource)}
\begin{excdesc}{error} \begin{excdesc}{error}
The functions described below may raise this error if the underlying The functions described below may raise this error if the underlying

View file

@ -11,7 +11,6 @@ calls, consult your local man pages.
The \code{stat} module defines the following functions: The \code{stat} module defines the following functions:
\setindexsubitem{(in module stat)}
\begin{funcdesc}{S_ISDIR}{mode} \begin{funcdesc}{S_ISDIR}{mode}
Return non-zero if the mode was gotten from a directory. Return non-zero if the mode was gotten from a directory.

View file

@ -37,7 +37,6 @@ of STDWIN for C programmers (aforementioned CWI report).
The following functions are defined in the \code{stdwin} module: The following functions are defined in the \code{stdwin} module:
\setindexsubitem{(in module stdwin)}
\begin{funcdesc}{open}{title} \begin{funcdesc}{open}{title}
Open a new window whose initial title is given by the string argument. Open a new window whose initial title is given by the string argument.
Return a window object; window object methods are described below.% Return a window object; window object methods are described below.%
@ -812,7 +811,6 @@ Note that the positive vertical axis points down (as in
The module defines the following objects: The module defines the following objects:
\setindexsubitem{(in module rect)}
\begin{excdesc}{error} \begin{excdesc}{error}
The exception raised by functions in this module when they detect an The exception raised by functions in this module when they detect an
error. error.

View file

@ -53,7 +53,6 @@ The constants defined in this module are are:
The functions defined in this module are: The functions defined in this module are:
\setindexsubitem{(in module string)}
\begin{funcdesc}{atof}{s} \begin{funcdesc}{atof}{s}
Convert a string to a floating point number. The string must have Convert a string to a floating point number. The string must have

View file

@ -11,7 +11,6 @@ to may change between Python versions.
This module also provides one additional data object: This module also provides one additional data object:
\setindexsubitem{(in module symbol)}
\begin{datadesc}{sym_name} \begin{datadesc}{sym_name}

View file

@ -8,7 +8,6 @@ of the \code{syslog} facility.
The module defines the following functions: The module defines the following functions:
\setindexsubitem{(in module syslog)}
\begin{funcdesc}{syslog}{\optional{priority,} message} \begin{funcdesc}{syslog}{\optional{priority,} message}
Send the string \var{message} to the system logger. Send the string \var{message} to the system logger.

View file

@ -98,7 +98,6 @@ def getpass(prompt = "Password: "):
\indexii{\POSIX{}}{I/O control} \indexii{\POSIX{}}{I/O control}
\indexii{tty}{I/O control} \indexii{tty}{I/O control}
\setindexsubitem{(in module TERMIOS)}
This module defines the symbolic constants required to use the This module defines the symbolic constants required to use the
\module{termios}\refbimodindex{termios} module (see the previous \module{termios}\refbimodindex{termios} module (see the previous

View file

@ -12,7 +12,6 @@ versions.
This module also provides one data object and some functions. The This module also provides one data object and some functions. The
functions mirror definitions in the Python C header files. functions mirror definitions in the Python C header files.
\setindexsubitem{(in module token)}
\begin{datadesc}{tok_name} \begin{datadesc}{tok_name}

View file

@ -7,7 +7,6 @@
\indexii{URL}{parsing} \indexii{URL}{parsing}
\indexii{relative}{URL} \indexii{relative}{URL}
\setindexsubitem{(in module urlparse)}
This module defines a standard interface to break URL strings up in This module defines a standard interface to break URL strings up in
components (addessing scheme, network location, path etc.), to combine components (addessing scheme, network location, path etc.), to combine

View file

@ -6,7 +6,6 @@ The single function in this module attempts to guess which of the
several simple database modules available--dbm, gdbm, or several simple database modules available--dbm, gdbm, or
dbhash--should be used to open a given file. dbhash--should be used to open a given file.
\setindexsubitem{(in module whichdb)}
\begin{funcdesc}{whichdb}{filename} \begin{funcdesc}{whichdb}{filename}
Returns one of the following values: \code{None} if the file can't be Returns one of the following values: \code{None} if the file can't be
opened because it's unreadable or doesn't exist; the empty string opened because it's unreadable or doesn't exist; the empty string

View file

@ -5,7 +5,6 @@
This module implements a Wichmann-Hill pseudo-random number generator This module implements a Wichmann-Hill pseudo-random number generator
class that is also named \code{whrandom}. Instances of the class that is also named \code{whrandom}. Instances of the
\code{whrandom} class have the following methods: \code{whrandom} class have the following methods:
\setindexsubitem{(in module whrandom)}
\begin{funcdesc}{choice}{seq} \begin{funcdesc}{choice}{seq}
Chooses a random element from the non-empty sequence \var{seq} and returns it. Chooses a random element from the non-empty sequence \var{seq} and returns it.

View file

@ -4,7 +4,6 @@
\index{XDR} \index{XDR}
\index{External Data Representation} \index{External Data Representation}
\setindexsubitem{(in module xdrlib)}
The \module{xdrlib} module supports the External Data Representation The \module{xdrlib} module supports the External Data Representation