\section{\module{binascii} ---
- Convert between binary \ASCII{}-encoded formats}
+ Convert between binary and \ASCII{}}
\declaremodule{builtin}{binascii}
\modulesynopsis{Tools for converting between binary and various
between binary and various \ASCII{}-encoded binary
representations. Normally, you will not use these functions directly
but use wrapper modules like \refmodule{uu}\refstmodindex{uu} or
-\module{hexbin}\refstmodindex{hexbin} instead, this module solely
+\refmodule{binhex}\refstmodindex{binhex} instead, this module solely
exists because bit-manipuation of large amounts of data is slow in
Python.
errors, but may be handled by reading a little more data and trying
again.
\end{excdesc}
+
+
+\begin{seealso}
+ \seemodule{base64}{support for base64 encoding used in MIME email messages}
+
+ \seemodule{binhex}{support for the binhex format used on the Macintosh}
+
+ \seemodule{uu}{support for UU encoding used on \UNIX{}}
+\end{seealso}