diff options
author | Fred Drake <fdrake@acm.org> | 2000-05-09 16:23:23 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-05-09 16:23:23 (GMT) |
commit | 35784dff6a81fd47aef3ab58316a254d6e9f330e (patch) | |
tree | 29ec60ca5d7d6e9f73733b293600c6cf27e18327 | |
parent | 51313f164c84379c1c186e0d19b5bcdadd8d4c94 (diff) | |
download | cpython-35784dff6a81fd47aef3ab58316a254d6e9f330e.zip cpython-35784dff6a81fd47aef3ab58316a254d6e9f330e.tar.gz cpython-35784dff6a81fd47aef3ab58316a254d6e9f330e.tar.bz2 |
Skip Montanaro <skip@mojam.com>:
The intent is that this diff adds a link to the rfc822 module doc and
an index reference to this module under the rfc822 heading.
Fred, based on a suggestion from Grant Griffin <grant.griffin@honeywell.com>:
Added link to the MIME FAQ, so people can more easily get more
information about the subject of the module.
-rw-r--r-- | Doc/lib/libmimetools.tex | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Doc/lib/libmimetools.tex b/Doc/lib/libmimetools.tex index 5749cd8..fdf292c 100644 --- a/Doc/lib/libmimetools.tex +++ b/Doc/lib/libmimetools.tex @@ -5,9 +5,10 @@ \modulesynopsis{Tools for parsing MIME-style message bodies.} -This module defines a subclass of the \class{rfc822.Message} class and -a number of utility functions that are useful for the manipulation for -MIME multipart or encoded message. +This module defines a subclass of the +\refmodule{rfc822}\refstmodindex{rfc822} module's +\class{Message} class and a number of utility functions that are +useful for the manipulation for MIME multipart or encoded message. It defines the following items: @@ -53,6 +54,10 @@ open file \var{output}. The block size is currently fixed at 8192. \class{mimetools.Message}.} \seemodule{multifile}{Support for reading files which contain distinct parts, such as MIME data.} + \seeurl{http://www.cs.uu.nl/wais/html/na-dir/mail/mime-faq/.html}{ + The MIME Frequently Asked Questions document. For an + overview of MIME, see the answer to question 1.1 in Part 1 + of this document.} \end{seealso} |