From: Fred Drake Date: Wed, 21 Apr 1999 15:57:29 +0000 (+0000) Subject: Added link to xdrlib module in "See also" section. X-Git-Tag: v1.6a1~1566 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d815bd1c7e344f047a647b959f522085769419e;p=thirdparty%2FPython%2Fcpython.git Added link to xdrlib module in "See also" section. --- diff --git a/Doc/lib/libstruct.tex b/Doc/lib/libstruct.tex index 453fa203ba2f..101762d19338 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}