]> granicus.if.org Git - python/commitdiff
Added references to the email package.
authorFred Drake <fdrake@acm.org>
Tue, 6 Aug 2002 21:26:01 +0000 (21:26 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 6 Aug 2002 21:26:01 +0000 (21:26 +0000)
Closes SF bug #586937.

Doc/lib/libmimetools.tex
Doc/lib/libmultifile.tex
Doc/lib/librfc822.tex

index 28efec04c46a4635bf61b9c34ce5cde2d4bcf685..4397ac481ef285593d4de0c66a63063f61a0feea 100644 (file)
@@ -53,6 +53,8 @@ open file \var{output}.  The block size is currently fixed at 8192.
 
 
 \begin{seealso}
+  \seemodule{email}{Comprehensive email handling package; supercedes
+                    the \module{mimetools} module.}
   \seemodule{rfc822}{Provides the base class for
                      \class{mimetools.Message}.}
   \seemodule{multifile}{Support for reading files which contain
index 2d5bcdc4716e11d4f65c4b719a712052713affd9..0594ae780118473f85f97eed81531050e854cb4d 100644 (file)
@@ -34,6 +34,11 @@ end-markers.  MultiFile is designed to support parsing of
 messages that may have multiple nested message parts, each with its
 own pattern for section-divider and end-marker lines.
 
+\begin{seealso}
+  \seemodule{email}{Comprehensive email handling package; supercedes
+                    the \module{multifile} module.}
+\end{seealso}
+
 
 \subsection{MultiFile Objects \label{MultiFile-objects}}
 
index 6451b3e932870fd554bfe6a784b45ceb0c62ad7e..9def8596bd744b6395f66fe09b972d311450e99d 100644 (file)
@@ -124,10 +124,12 @@ switch dates.  Not enough to worry about for common use.
 
 
 \begin{seealso}
+  \seemodule{email}{Comprehensive email handling package; supercedes
+                    the \module{rfc822} module.}
   \seemodule{mailbox}{Classes to read various mailbox formats produced 
                       by end-user mail programs.}
-  \seemodule{mimetools}{Subclass of rfc.Message that handles MIME encoded
-                       messages.} 
+  \seemodule{mimetools}{Subclass of \class{rfc822.Message} that
+                        handles MIME encoded messages.} 
 \end{seealso}