mirror of https://github.com/python/cpython
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:
parent
4bde97f190
commit
d275de985a
|
@ -11,7 +11,6 @@ the exception \code{amoeba.error = 'amoeba.error'}.
|
|||
|
||||
The module \code{amoeba} defines the following items:
|
||||
|
||||
\setindexsubitem{(in module amoeba)}
|
||||
\begin{funcdesc}{name_append}{path, cap}
|
||||
Stores a capability in the Amoeba directory tree.
|
||||
Arguments are the pathname (a string) and the capability (a capability
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
\label{module-cmath}
|
||||
|
||||
\bimodindex{cmath}
|
||||
\setindexsubitem{(in module cmath)}
|
||||
This module is always available.
|
||||
It provides access to mathematical functions for complex numbers.
|
||||
The functions are:
|
||||
|
|
|
@ -7,7 +7,6 @@ objects.
|
|||
|
||||
The \code{code} module defines the following functions:
|
||||
|
||||
\setindexsubitem{(in module code)}
|
||||
|
||||
\begin{funcdesc}{compile_command}{source, \optional{filename\optional{, symbol}}}
|
||||
This function is useful for programs that want to emulate Python's
|
||||
|
|
|
@ -12,7 +12,6 @@ future as well. It provides configuration information about object
|
|||
constructors which are not classes. Such constructors may be factory
|
||||
functions or class instances.
|
||||
|
||||
\setindexsubitem{(in module copy_reg)}
|
||||
|
||||
\begin{funcdesc}{constructor}{object}
|
||||
Declares \var{object} to be a valid constructor.
|
||||
|
|
|
@ -14,7 +14,6 @@ using the GNU GDBM library.
|
|||
|
||||
The module defines the following constant and functions:
|
||||
|
||||
\setindexsubitem{(in module dbm)}
|
||||
\begin{excdesc}{error}
|
||||
Raised on dbm-specific errors, such as I/O errors. \code{KeyError} is
|
||||
raised for general mapping errors like specifying an incorrect key.
|
||||
|
|
|
@ -19,7 +19,6 @@ special to this module. See module \code{glob}\refstmodindex{glob}
|
|||
for pathname expansion (\module{glob} uses \function{fnmatch()} to
|
||||
match filename segments).
|
||||
|
||||
\setindexsubitem{(in module fnmatch)}
|
||||
|
||||
\begin{funcdesc}{fnmatch}{filename, pattern}
|
||||
Test whether the \var{filename} string matches the \var{pattern}
|
||||
|
|
|
@ -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:
|
||||
|
||||
\setindexsubitem{(in module gdbm)}
|
||||
\begin{excdesc}{error}
|
||||
Raised on \code{gdbm}-specific errors, such as I/O errors. \code{KeyError} is
|
||||
raised for general mapping errors like specifying an incorrect key.
|
||||
|
|
|
@ -75,7 +75,6 @@ red, green, blue = getmcolor(i)
|
|||
The following functions are non-standard or have special argument
|
||||
conventions:
|
||||
|
||||
\setindexsubitem{(in module gl)}
|
||||
\begin{funcdesc}{varray}{argument}
|
||||
%JHXXX the argument-argument added
|
||||
Equivalent to but faster than a number of
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
\stmodindex{gopherlib}
|
||||
\indexii{Gopher}{protocol}
|
||||
|
||||
\setindexsubitem{(in module gopherlib)}
|
||||
|
||||
This module provides a minimal implementation of client side of the
|
||||
the Gopher protocol. It is used by the module \code{urllib} to handle
|
||||
|
|
|
@ -19,7 +19,6 @@ A \code{KeyError} exception is raised if the entry asked for cannot be found.
|
|||
|
||||
It defines the following items:
|
||||
|
||||
\setindexsubitem{(in module grp)}
|
||||
\begin{funcdesc}{getgrgid}{gid}
|
||||
Return the group database entry for the given numeric group ID.
|
||||
\end{funcdesc}
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
\label{module-math}
|
||||
|
||||
\bimodindex{math}
|
||||
\setindexsubitem{(in module math)}
|
||||
This module is always available.
|
||||
It provides access to the mathematical functions defined by the \C{}
|
||||
standard.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
\section{Standard Module \sectcode{mimify}}
|
||||
\label{module-mimify}
|
||||
\stmodindex{mimify}
|
||||
\setindexsubitem{(in module mimify)}
|
||||
|
||||
The mimify module defines two functions to convert mail messages to
|
||||
and from MIME format. The mail message can be either a simple message
|
||||
|
|
|
@ -15,7 +15,6 @@ to interface with the
|
|||
The module is too large to document here in its entirety.
|
||||
One interesting function:
|
||||
|
||||
\setindexsubitem{(in module panel)}
|
||||
\begin{funcdesc}{defpanellist}{filename}
|
||||
Parses a panel description file containing S-expressions written by the
|
||||
\emph{Panel Editor}
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
\stmodindex{pdb}
|
||||
\index{debugging}
|
||||
|
||||
\setindexsubitem{(in module pdb)}
|
||||
|
||||
The module \code{pdb} defines an interactive source code debugger for
|
||||
Python programs. It supports setting
|
||||
|
|
|
@ -74,7 +74,6 @@ exception through the \module{os} module.
|
|||
|
||||
It defines the following functions and constants:
|
||||
|
||||
\setindexsubitem{(in module posix)}
|
||||
\begin{funcdesc}{chdir}{path}
|
||||
Change the current working directory to \var{path}.
|
||||
\end{funcdesc}
|
||||
|
|
|
@ -19,7 +19,6 @@ A \code{KeyError} exception is raised if the entry asked for cannot be found.
|
|||
|
||||
It defines the following items:
|
||||
|
||||
\setindexsubitem{(in module pwd)}
|
||||
\begin{funcdesc}{getpwuid}{uid}
|
||||
Return the password database entry for the given numeric user ID.
|
||||
\end{funcdesc}
|
||||
|
|
|
@ -8,7 +8,6 @@ given library's implementation. While still supported for
|
|||
compatibility, the \code{rand} module is now considered obsolete; if
|
||||
possible, use the \code{whrandom} module instead.
|
||||
|
||||
\setindexsubitem{(in module rand)}
|
||||
|
||||
\begin{funcdesc}{choice}{seq}
|
||||
Returns a random element from the sequence \var{seq}.
|
||||
|
|
|
@ -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
|
||||
found in any statistics text.
|
||||
|
||||
\setindexsubitem{(in module random)}
|
||||
\begin{funcdesc}{betavariate}{alpha, beta}
|
||||
Beta distribution. Conditions on the parameters are
|
||||
\code{\var{alpha} >- 1} and \code{\var{beta} > -1}.
|
||||
|
|
|
@ -190,7 +190,6 @@ the string.
|
|||
|
||||
The module defines these functions, and an exception:
|
||||
|
||||
\setindexsubitem{(in module regex)}
|
||||
|
||||
\begin{funcdesc}{match}{pattern, string}
|
||||
Return how many characters at the beginning of \var{string} match
|
||||
|
|
|
@ -18,7 +18,6 @@ expressions to \module{re} style regular expressions. (For more
|
|||
conversion help, see the URL
|
||||
\url{http://starship.skyport.net/crew/amk/howto/regex-to-re.html}.)
|
||||
|
||||
\setindexsubitem{(in module regsub)}
|
||||
|
||||
\begin{funcdesc}{sub}{pat, repl, str}
|
||||
Replace the first occurrence of pattern \var{pat} in string
|
||||
|
|
|
@ -11,7 +11,6 @@ children.
|
|||
|
||||
A single exception is defined for errors:
|
||||
|
||||
\setindexsubitem{(in module resource)}
|
||||
|
||||
\begin{excdesc}{error}
|
||||
The functions described below may raise this error if the underlying
|
||||
|
|
|
@ -11,7 +11,6 @@ calls, consult your local man pages.
|
|||
|
||||
The \code{stat} module defines the following functions:
|
||||
|
||||
\setindexsubitem{(in module stat)}
|
||||
|
||||
\begin{funcdesc}{S_ISDIR}{mode}
|
||||
Return non-zero if the mode was gotten from a directory.
|
||||
|
|
|
@ -37,7 +37,6 @@ of STDWIN for C programmers (aforementioned CWI report).
|
|||
|
||||
The following functions are defined in the \code{stdwin} module:
|
||||
|
||||
\setindexsubitem{(in module stdwin)}
|
||||
\begin{funcdesc}{open}{title}
|
||||
Open a new window whose initial title is given by the string argument.
|
||||
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:
|
||||
|
||||
\setindexsubitem{(in module rect)}
|
||||
\begin{excdesc}{error}
|
||||
The exception raised by functions in this module when they detect an
|
||||
error.
|
||||
|
|
|
@ -53,7 +53,6 @@ The constants defined in this module are are:
|
|||
|
||||
The functions defined in this module are:
|
||||
|
||||
\setindexsubitem{(in module string)}
|
||||
|
||||
\begin{funcdesc}{atof}{s}
|
||||
Convert a string to a floating point number. The string must have
|
||||
|
|
|
@ -11,7 +11,6 @@ to may change between Python versions.
|
|||
|
||||
This module also provides one additional data object:
|
||||
|
||||
\setindexsubitem{(in module symbol)}
|
||||
|
||||
|
||||
\begin{datadesc}{sym_name}
|
||||
|
|
|
@ -8,7 +8,6 @@ of the \code{syslog} facility.
|
|||
|
||||
The module defines the following functions:
|
||||
|
||||
\setindexsubitem{(in module syslog)}
|
||||
|
||||
\begin{funcdesc}{syslog}{\optional{priority,} message}
|
||||
Send the string \var{message} to the system logger.
|
||||
|
|
|
@ -98,7 +98,6 @@ def getpass(prompt = "Password: "):
|
|||
\indexii{\POSIX{}}{I/O control}
|
||||
\indexii{tty}{I/O control}
|
||||
|
||||
\setindexsubitem{(in module TERMIOS)}
|
||||
|
||||
This module defines the symbolic constants required to use the
|
||||
\module{termios}\refbimodindex{termios} module (see the previous
|
||||
|
|
|
@ -12,7 +12,6 @@ versions.
|
|||
This module also provides one data object and some functions. The
|
||||
functions mirror definitions in the Python C header files.
|
||||
|
||||
\setindexsubitem{(in module token)}
|
||||
|
||||
|
||||
\begin{datadesc}{tok_name}
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
\indexii{URL}{parsing}
|
||||
\indexii{relative}{URL}
|
||||
|
||||
\setindexsubitem{(in module urlparse)}
|
||||
|
||||
This module defines a standard interface to break URL strings up in
|
||||
components (addessing scheme, network location, path etc.), to combine
|
||||
|
|
|
@ -6,7 +6,6 @@ The single function in this module attempts to guess which of the
|
|||
several simple database modules available--dbm, gdbm, or
|
||||
dbhash--should be used to open a given file.
|
||||
|
||||
\setindexsubitem{(in module whichdb)}
|
||||
\begin{funcdesc}{whichdb}{filename}
|
||||
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
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
This module implements a Wichmann-Hill pseudo-random number generator
|
||||
class that is also named \code{whrandom}. Instances of the
|
||||
\code{whrandom} class have the following methods:
|
||||
\setindexsubitem{(in module whrandom)}
|
||||
|
||||
\begin{funcdesc}{choice}{seq}
|
||||
Chooses a random element from the non-empty sequence \var{seq} and returns it.
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
\index{XDR}
|
||||
\index{External Data Representation}
|
||||
|
||||
\setindexsubitem{(in module xdrlib)}
|
||||
|
||||
|
||||
The \module{xdrlib} module supports the External Data Representation
|
||||
|
|
|
@ -11,7 +11,6 @@ the exception \code{amoeba.error = 'amoeba.error'}.
|
|||
|
||||
The module \code{amoeba} defines the following items:
|
||||
|
||||
\setindexsubitem{(in module amoeba)}
|
||||
\begin{funcdesc}{name_append}{path, cap}
|
||||
Stores a capability in the Amoeba directory tree.
|
||||
Arguments are the pathname (a string) and the capability (a capability
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
\label{module-cmath}
|
||||
|
||||
\bimodindex{cmath}
|
||||
\setindexsubitem{(in module cmath)}
|
||||
This module is always available.
|
||||
It provides access to mathematical functions for complex numbers.
|
||||
The functions are:
|
||||
|
|
|
@ -7,7 +7,6 @@ objects.
|
|||
|
||||
The \code{code} module defines the following functions:
|
||||
|
||||
\setindexsubitem{(in module code)}
|
||||
|
||||
\begin{funcdesc}{compile_command}{source, \optional{filename\optional{, symbol}}}
|
||||
This function is useful for programs that want to emulate Python's
|
||||
|
|
|
@ -12,7 +12,6 @@ future as well. It provides configuration information about object
|
|||
constructors which are not classes. Such constructors may be factory
|
||||
functions or class instances.
|
||||
|
||||
\setindexsubitem{(in module copy_reg)}
|
||||
|
||||
\begin{funcdesc}{constructor}{object}
|
||||
Declares \var{object} to be a valid constructor.
|
||||
|
|
|
@ -14,7 +14,6 @@ using the GNU GDBM library.
|
|||
|
||||
The module defines the following constant and functions:
|
||||
|
||||
\setindexsubitem{(in module dbm)}
|
||||
\begin{excdesc}{error}
|
||||
Raised on dbm-specific errors, such as I/O errors. \code{KeyError} is
|
||||
raised for general mapping errors like specifying an incorrect key.
|
||||
|
|
|
@ -19,7 +19,6 @@ special to this module. See module \code{glob}\refstmodindex{glob}
|
|||
for pathname expansion (\module{glob} uses \function{fnmatch()} to
|
||||
match filename segments).
|
||||
|
||||
\setindexsubitem{(in module fnmatch)}
|
||||
|
||||
\begin{funcdesc}{fnmatch}{filename, pattern}
|
||||
Test whether the \var{filename} string matches the \var{pattern}
|
||||
|
|
|
@ -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:
|
||||
|
||||
\setindexsubitem{(in module gdbm)}
|
||||
\begin{excdesc}{error}
|
||||
Raised on \code{gdbm}-specific errors, such as I/O errors. \code{KeyError} is
|
||||
raised for general mapping errors like specifying an incorrect key.
|
||||
|
|
|
@ -75,7 +75,6 @@ red, green, blue = getmcolor(i)
|
|||
The following functions are non-standard or have special argument
|
||||
conventions:
|
||||
|
||||
\setindexsubitem{(in module gl)}
|
||||
\begin{funcdesc}{varray}{argument}
|
||||
%JHXXX the argument-argument added
|
||||
Equivalent to but faster than a number of
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
\stmodindex{gopherlib}
|
||||
\indexii{Gopher}{protocol}
|
||||
|
||||
\setindexsubitem{(in module gopherlib)}
|
||||
|
||||
This module provides a minimal implementation of client side of the
|
||||
the Gopher protocol. It is used by the module \code{urllib} to handle
|
||||
|
|
|
@ -19,7 +19,6 @@ A \code{KeyError} exception is raised if the entry asked for cannot be found.
|
|||
|
||||
It defines the following items:
|
||||
|
||||
\setindexsubitem{(in module grp)}
|
||||
\begin{funcdesc}{getgrgid}{gid}
|
||||
Return the group database entry for the given numeric group ID.
|
||||
\end{funcdesc}
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
\label{module-math}
|
||||
|
||||
\bimodindex{math}
|
||||
\setindexsubitem{(in module math)}
|
||||
This module is always available.
|
||||
It provides access to the mathematical functions defined by the \C{}
|
||||
standard.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
\section{Standard Module \sectcode{mimify}}
|
||||
\label{module-mimify}
|
||||
\stmodindex{mimify}
|
||||
\setindexsubitem{(in module mimify)}
|
||||
|
||||
The mimify module defines two functions to convert mail messages to
|
||||
and from MIME format. The mail message can be either a simple message
|
||||
|
|
|
@ -15,7 +15,6 @@ to interface with the
|
|||
The module is too large to document here in its entirety.
|
||||
One interesting function:
|
||||
|
||||
\setindexsubitem{(in module panel)}
|
||||
\begin{funcdesc}{defpanellist}{filename}
|
||||
Parses a panel description file containing S-expressions written by the
|
||||
\emph{Panel Editor}
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
\stmodindex{pdb}
|
||||
\index{debugging}
|
||||
|
||||
\setindexsubitem{(in module pdb)}
|
||||
|
||||
The module \code{pdb} defines an interactive source code debugger for
|
||||
Python programs. It supports setting
|
||||
|
|
|
@ -74,7 +74,6 @@ exception through the \module{os} module.
|
|||
|
||||
It defines the following functions and constants:
|
||||
|
||||
\setindexsubitem{(in module posix)}
|
||||
\begin{funcdesc}{chdir}{path}
|
||||
Change the current working directory to \var{path}.
|
||||
\end{funcdesc}
|
||||
|
|
|
@ -19,7 +19,6 @@ A \code{KeyError} exception is raised if the entry asked for cannot be found.
|
|||
|
||||
It defines the following items:
|
||||
|
||||
\setindexsubitem{(in module pwd)}
|
||||
\begin{funcdesc}{getpwuid}{uid}
|
||||
Return the password database entry for the given numeric user ID.
|
||||
\end{funcdesc}
|
||||
|
|
|
@ -8,7 +8,6 @@ given library's implementation. While still supported for
|
|||
compatibility, the \code{rand} module is now considered obsolete; if
|
||||
possible, use the \code{whrandom} module instead.
|
||||
|
||||
\setindexsubitem{(in module rand)}
|
||||
|
||||
\begin{funcdesc}{choice}{seq}
|
||||
Returns a random element from the sequence \var{seq}.
|
||||
|
|
|
@ -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
|
||||
found in any statistics text.
|
||||
|
||||
\setindexsubitem{(in module random)}
|
||||
\begin{funcdesc}{betavariate}{alpha, beta}
|
||||
Beta distribution. Conditions on the parameters are
|
||||
\code{\var{alpha} >- 1} and \code{\var{beta} > -1}.
|
||||
|
|
|
@ -190,7 +190,6 @@ the string.
|
|||
|
||||
The module defines these functions, and an exception:
|
||||
|
||||
\setindexsubitem{(in module regex)}
|
||||
|
||||
\begin{funcdesc}{match}{pattern, string}
|
||||
Return how many characters at the beginning of \var{string} match
|
||||
|
|
|
@ -18,7 +18,6 @@ expressions to \module{re} style regular expressions. (For more
|
|||
conversion help, see the URL
|
||||
\url{http://starship.skyport.net/crew/amk/howto/regex-to-re.html}.)
|
||||
|
||||
\setindexsubitem{(in module regsub)}
|
||||
|
||||
\begin{funcdesc}{sub}{pat, repl, str}
|
||||
Replace the first occurrence of pattern \var{pat} in string
|
||||
|
|
|
@ -11,7 +11,6 @@ children.
|
|||
|
||||
A single exception is defined for errors:
|
||||
|
||||
\setindexsubitem{(in module resource)}
|
||||
|
||||
\begin{excdesc}{error}
|
||||
The functions described below may raise this error if the underlying
|
||||
|
|
|
@ -11,7 +11,6 @@ calls, consult your local man pages.
|
|||
|
||||
The \code{stat} module defines the following functions:
|
||||
|
||||
\setindexsubitem{(in module stat)}
|
||||
|
||||
\begin{funcdesc}{S_ISDIR}{mode}
|
||||
Return non-zero if the mode was gotten from a directory.
|
||||
|
|
|
@ -37,7 +37,6 @@ of STDWIN for C programmers (aforementioned CWI report).
|
|||
|
||||
The following functions are defined in the \code{stdwin} module:
|
||||
|
||||
\setindexsubitem{(in module stdwin)}
|
||||
\begin{funcdesc}{open}{title}
|
||||
Open a new window whose initial title is given by the string argument.
|
||||
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:
|
||||
|
||||
\setindexsubitem{(in module rect)}
|
||||
\begin{excdesc}{error}
|
||||
The exception raised by functions in this module when they detect an
|
||||
error.
|
||||
|
|
|
@ -53,7 +53,6 @@ The constants defined in this module are are:
|
|||
|
||||
The functions defined in this module are:
|
||||
|
||||
\setindexsubitem{(in module string)}
|
||||
|
||||
\begin{funcdesc}{atof}{s}
|
||||
Convert a string to a floating point number. The string must have
|
||||
|
|
|
@ -11,7 +11,6 @@ to may change between Python versions.
|
|||
|
||||
This module also provides one additional data object:
|
||||
|
||||
\setindexsubitem{(in module symbol)}
|
||||
|
||||
|
||||
\begin{datadesc}{sym_name}
|
||||
|
|
|
@ -8,7 +8,6 @@ of the \code{syslog} facility.
|
|||
|
||||
The module defines the following functions:
|
||||
|
||||
\setindexsubitem{(in module syslog)}
|
||||
|
||||
\begin{funcdesc}{syslog}{\optional{priority,} message}
|
||||
Send the string \var{message} to the system logger.
|
||||
|
|
|
@ -98,7 +98,6 @@ def getpass(prompt = "Password: "):
|
|||
\indexii{\POSIX{}}{I/O control}
|
||||
\indexii{tty}{I/O control}
|
||||
|
||||
\setindexsubitem{(in module TERMIOS)}
|
||||
|
||||
This module defines the symbolic constants required to use the
|
||||
\module{termios}\refbimodindex{termios} module (see the previous
|
||||
|
|
|
@ -12,7 +12,6 @@ versions.
|
|||
This module also provides one data object and some functions. The
|
||||
functions mirror definitions in the Python C header files.
|
||||
|
||||
\setindexsubitem{(in module token)}
|
||||
|
||||
|
||||
\begin{datadesc}{tok_name}
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
\indexii{URL}{parsing}
|
||||
\indexii{relative}{URL}
|
||||
|
||||
\setindexsubitem{(in module urlparse)}
|
||||
|
||||
This module defines a standard interface to break URL strings up in
|
||||
components (addessing scheme, network location, path etc.), to combine
|
||||
|
|
|
@ -6,7 +6,6 @@ The single function in this module attempts to guess which of the
|
|||
several simple database modules available--dbm, gdbm, or
|
||||
dbhash--should be used to open a given file.
|
||||
|
||||
\setindexsubitem{(in module whichdb)}
|
||||
\begin{funcdesc}{whichdb}{filename}
|
||||
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
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
This module implements a Wichmann-Hill pseudo-random number generator
|
||||
class that is also named \code{whrandom}. Instances of the
|
||||
\code{whrandom} class have the following methods:
|
||||
\setindexsubitem{(in module whrandom)}
|
||||
|
||||
\begin{funcdesc}{choice}{seq}
|
||||
Chooses a random element from the non-empty sequence \var{seq} and returns it.
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
\index{XDR}
|
||||
\index{External Data Representation}
|
||||
|
||||
\setindexsubitem{(in module xdrlib)}
|
||||
|
||||
|
||||
The \module{xdrlib} module supports the External Data Representation
|
||||
|
|
Loading…
Reference in New Issue