diff options
author | Fred Drake <fdrake@acm.org> | 2000-04-05 22:05:15 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-04-05 22:05:15 (GMT) |
commit | 71b04dab58d7600d0fb0292d000c25db6f55f36a (patch) | |
tree | aec3c04d0135a82f38f560685329c6742b0abc29 /Doc/lib | |
parent | 1b6e8214ab643fd79a0dfde6c5c4d286bb61a0a0 (diff) | |
download | cpython-71b04dab58d7600d0fb0292d000c25db6f55f36a.zip cpython-71b04dab58d7600d0fb0292d000c25db6f55f36a.tar.gz cpython-71b04dab58d7600d0fb0292d000c25db6f55f36a.tar.bz2 |
Added reference to the multifile module from the "See also" section
in the mimetools documentation.
Suggested by Skip Montanaro <skip@mojam.com>.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libmimetools.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/libmimetools.tex b/Doc/lib/libmimetools.tex index eb469b1..5749cd8 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} |