From: Fred Drake Date: Wed, 5 Apr 2000 22:05:15 +0000 (+0000) Subject: Added reference to the multifile module from the "See also" section X-Git-Tag: v1.6a2~124 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=71b04dab58d7600d0fb0292d000c25db6f55f36a;p=python Added reference to the multifile module from the "See also" section in the mimetools documentation. Suggested by Skip Montanaro . --- diff --git a/Doc/lib/libmimetools.tex b/Doc/lib/libmimetools.tex index eb469b1f83..5749cd8e13 100644 --- a/Doc/lib/libmimetools.tex +++ b/Doc/lib/libmimetools.tex @@ -51,6 +51,8 @@ open file \var{output}. The block size is currently fixed at 8192. \begin{seealso} \seemodule{rfc822}{Provides the base class for \class{mimetools.Message}.} + \seemodule{multifile}{Support for reading files which contain + distinct parts, such as MIME data.} \end{seealso}