diff options
author | Fred Drake <fdrake@acm.org> | 1998-08-07 16:01:15 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-08-07 16:01:15 (GMT) |
commit | c18a6f3bfe8a76f22ef7d1f3a8103b7bdc388c72 (patch) | |
tree | 59c179fcd7b50fd0bc8786076f34c8b0b749d22e /Doc | |
parent | 2d62395a8ec4a7244eb29a7a848bd9b528e82b2f (diff) | |
download | cpython-c18a6f3bfe8a76f22ef7d1f3a8103b7bdc388c72.zip cpython-c18a6f3bfe8a76f22ef7d1f3a8103b7bdc388c72.tar.gz cpython-c18a6f3bfe8a76f22ef7d1f3a8103b7bdc388c72.tar.bz2 |
Clarify xdrlib synopsis.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libxdrlib.tex | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/Doc/lib/libxdrlib.tex b/Doc/lib/libxdrlib.tex index 2004498..6de8d92 100644 --- a/Doc/lib/libxdrlib.tex +++ b/Doc/lib/libxdrlib.tex @@ -1,8 +1,8 @@ \section{Standard Module \module{xdrlib}} \declaremodule{standard}{xdrlib} -\modulesynopsis{The External Data Representation Standard as described -in \rfc{1014}.} +\modulesynopsis{Encoders and decoders for the External Data +Representation.} \index{XDR} \index{External Data Representation} @@ -29,8 +29,7 @@ values from a string buffer. The input buffer is given as \end{classdesc} -\subsection{Packer Objects} -\label{xdr-packer-objects} +\subsection{Packer Objects \label{xdr-packer-objects}} \class{Packer} instances have the following methods: @@ -112,8 +111,7 @@ is packed as in \method{pack_farray()} above. \end{methoddesc} -\subsection{Unpacker Objects} -\label{xdr-unpacker-objects} +\subsection{Unpacker Objects \label{xdr-unpacker-objects}} The \class{Unpacker} class offers the following methods: @@ -207,8 +205,7 @@ each element is unpacked as in \method{unpack_farray()} above. \end{methoddesc} -\subsection{Exceptions} -\nodename{xdr-exceptions} +\subsection{Exceptions \label{xdr-exceptions}} Exceptions in this module are coded as class instances: |