summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libstruct.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-04-21 15:57:29 (GMT)
committerFred Drake <fdrake@acm.org>1999-04-21 15:57:29 (GMT)
commit3d815bd1c7e344f047a647b959f522085769419e (patch)
treeed4b8e3c80feec674eb9abe54e3cb7f952eede23 /Doc/lib/libstruct.tex
parentda4b25e0d99a13b25cae675127774bfd2bb55f2d (diff)
downloadcpython-3d815bd1c7e344f047a647b959f522085769419e.zip
cpython-3d815bd1c7e344f047a647b959f522085769419e.tar.gz
cpython-3d815bd1c7e344f047a647b959f522085769419e.tar.bz2
Added link to xdrlib module in "See also" section.
Diffstat (limited to 'Doc/lib/libstruct.tex')
-rw-r--r--Doc/lib/libstruct.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libstruct.tex b/Doc/lib/libstruct.tex
index 453fa20..101762d 100644
--- a/Doc/lib/libstruct.tex
+++ b/Doc/lib/libstruct.tex
@@ -169,5 +169,6 @@ This only works when native size and alignment are in effect;
standard size and alignment does not enforce any alignment.
\begin{seealso}
-\seemodule{array}{packed binary storage of homogeneous data}
+ \seemodule{array}{packed binary storage of homogeneous data}
+ \seemodule{xdrlib}{packing and unpacking of XDR data}
\end{seealso}