diff options
author | Fred Drake <fdrake@acm.org> | 1999-04-23 15:52:18 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-04-23 15:52:18 (GMT) |
commit | ae35aa8b63a447b39f165fdb9a8b13767b8e4a03 (patch) | |
tree | bd5ae207242512596dea3ec44160f83e0fad97cf /Doc/lib/libuu.tex | |
parent | ee4d54ea3372cab1c87dd13bf7fda8eaa3cbf269 (diff) | |
download | cpython-ae35aa8b63a447b39f165fdb9a8b13767b8e4a03.zip cpython-ae35aa8b63a447b39f165fdb9a8b13767b8e4a03.tar.gz cpython-ae35aa8b63a447b39f165fdb9a8b13767b8e4a03.tar.bz2 |
Added "See also" sections linking to binascii.
Diffstat (limited to 'Doc/lib/libuu.tex')
-rw-r--r-- | Doc/lib/libuu.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/lib/libuu.tex b/Doc/lib/libuu.tex index 5b0e441..3f12fcd 100644 --- a/Doc/lib/libuu.tex +++ b/Doc/lib/libuu.tex @@ -37,3 +37,9 @@ file \var{out_file}. If \var{out_file} is a pathname the \var{mode} is also set. Defaults for \var{out_file} and \var{mode} are taken from the uuencode header. \end{funcdesc} + + +\begin{seealso} + \seemodule{binascii}{support module containing \ASCII{}-to-binary + and binary-to-\ASCII{} conversions} +\end{seealso} |