\begin{seealso}
- \seemodule{struct}{packing and unpacking of heterogeneous binary data}
- \seemodule{xdrlib}{packing and unpacking of XDR data}
+ \seemodule{struct}{Packing and unpacking of heterogeneous binary data.}
+ \seemodule{xdrlib}{Packing and unpacking of External Data
+ Representation (XDR) data as used in some remote
+ procedure call systems.}
\seetitle[http://numpy.sourceforge.net/numdoc/numdoc.pdf]{The
Numerical Python Manual}{The Numeric Python extension
(NumPy) defines another array type; see
\begin{seealso}
- \seemodule{binascii}{support module containing \ASCII{}-to-binary
- and binary-to-\ASCII{} conversions}
+ \seemodule{binascii}{Support module containing \ASCII{}-to-binary
+ and binary-to-\ASCII{} conversions.}
\seetext{Internet \rfc{1521}, \emph{MIME (Multipurpose Internet
Mail Extensions) Part One: Mechanisms for Specifying and
Describing the Format of Internet Message Bodies}, section
\begin{seealso}
- \seemodule{binascii}{support module containing \ASCII{}-to-binary
- and binary-to-\ASCII{} conversions}
+ \seemodule{binascii}{Support module containing \ASCII-to-binary
+ and binary-to-\ASCII{} conversions.}
\end{seealso}
\end{funcdesc}
\begin{seealso}
-\seemodule{zlib}{the basic data compression module}
+ \seemodule{zlib}{The basic data compression module needed to support
+ the \program{gzip} file format.}
\end{seealso}
\end{funcdesc}
\begin{seealso}
-\seemodule{whrandom}{the standard Python random number generator}
+ \seemodule{random}{Python's interface to random number generators.}
+ \seemodule{whrandom}{The random number generator used by default.}
\end{seealso}
-
This module also provides one additional data object:
-
\begin{datadesc}{sym_name}
-Dictionary mapping the numeric values of the constants defined in this
-module back to name strings, allowing more human-readable
-representation of parse trees to be generated.
+ Dictionary mapping the numeric values of the constants defined in
+ this module back to name strings, allowing more human-readable
+ representation of parse trees to be generated.
\end{datadesc}
+
\begin{seealso}
-\seemodule{parser}{second example uses this module}
+ \seemodule{parser}{The second example for the \refmodule{parser}
+ module shows how to use the \module{symbol}
+ module.}
\end{seealso}
Return true if \var{x} is the marker indicating the end of input.
\end{funcdesc}
+
\begin{seealso}
-\seemodule{parser}{second example uses this module}
+ \seemodule{parser}{The second example for the \refmodule{parser}
+ module shows how to use the \module{symbol}
+ module.}
\end{seealso}
interfere with the operation of the importing program.
\begin{seealso}
-\seemodule{site}{site-wide customization mechanism}
-\refstmodindex{site}
+ \seemodule{site}{Site-wide customization mechanism.}
\end{seealso}
\begin{seealso}
- \seemodule{binascii}{support module containing \ASCII{}-to-binary
- and binary-to-\ASCII{} conversions}
+ \seemodule{binascii}{Support module containing \ASCII-to-binary
+ and binary-to-\ASCII{} conversions.}
\end{seealso}
\end{methoddesc}
\begin{seealso}
- \seemodule{gzip}{reading and writing \program{gzip}-format files}
+ \seemodule{gzip}{Reading and writing \program{gzip}-format files.}
\seeurl{http://www.info-zip.org/pub/infozip/zlib/}{The
zlib library home page.}
\end{seealso}