diff options
author | Fred Drake <fdrake@acm.org> | 1999-04-21 15:57:29 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-04-21 15:57:29 (GMT) |
commit | 3d815bd1c7e344f047a647b959f522085769419e (patch) | |
tree | ed4b8e3c80feec674eb9abe54e3cb7f952eede23 /Doc/lib | |
parent | da4b25e0d99a13b25cae675127774bfd2bb55f2d (diff) | |
download | cpython-3d815bd1c7e344f047a647b959f522085769419e.zip cpython-3d815bd1c7e344f047a647b959f522085769419e.tar.gz cpython-3d815bd1c7e344f047a647b959f522085769419e.tar.bz2 |
Added link to xdrlib module in "See also" section.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libstruct.tex | 3 |
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} |