From ae35aa8b63a447b39f165fdb9a8b13767b8e4a03 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 23 Apr 1999 15:52:18 +0000 Subject: Added "See also" sections linking to binascii. --- Doc/lib/libbase64.tex | 6 ++++++ Doc/lib/libuu.tex | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/Doc/lib/libbase64.tex b/Doc/lib/libbase64.tex index 0a193c1..a59332b 100644 --- a/Doc/lib/libbase64.tex +++ b/Doc/lib/libbase64.tex @@ -47,3 +47,9 @@ Encode the string \var{s}, which can contain arbitrary binary data, and return a string containing one or more lines of base64 encoded data. \end{funcdesc} + + +\begin{seealso} + \seemodule{binascii}{support module containing \ASCII{}-to-binary + and binary-to-\ASCII{} conversions} +\end{seealso} 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} -- cgit v0.12