Added "See also" sections linking to binascii.

This commit is contained in:
Fred Drake 1999-04-23 15:52:18 +00:00
parent ee4d54ea33
commit ae35aa8b63
2 changed files with 12 additions and 0 deletions

View file

@ -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}

View file

@ -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}