From: Fred Drake Date: Tue, 4 Apr 2000 20:42:38 +0000 (+0000) Subject: Added "See also" section; from Peter Funk . X-Git-Tag: v1.6a2~141 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=005f494a7f9e3b91fe7b1fb9109c00a74175def1;p=thirdparty%2FPython%2Fcpython.git Added "See also" section; from Peter Funk . --- diff --git a/Doc/lib/libmimify.tex b/Doc/lib/libmimify.tex index a33d428daa01..096c38aac846 100644 --- a/Doc/lib/libmimify.tex +++ b/Doc/lib/libmimify.tex @@ -84,3 +84,6 @@ encoded. If the \strong{-b} option is given when decoding, any base64 parts will be decoded as well. +\begin{seealso} + \seemodule{quopri}{Encode and decode MIME quoted-printable files.} +\end{seealso}