diff options
author | Fred Drake <fdrake@acm.org> | 2002-08-06 21:26:01 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-08-06 21:26:01 (GMT) |
commit | 2d3c03df9acaed093d2387b082bcfb32f89d82f9 (patch) | |
tree | 804b36aa67a063602481d1b7033d4595befca900 /Doc/lib/libmultifile.tex | |
parent | e06741704eeb76325717625fdc3c74f6acc815fc (diff) | |
download | cpython-2d3c03df9acaed093d2387b082bcfb32f89d82f9.zip cpython-2d3c03df9acaed093d2387b082bcfb32f89d82f9.tar.gz cpython-2d3c03df9acaed093d2387b082bcfb32f89d82f9.tar.bz2 |
Added references to the email package.
Closes SF bug #586937.
Diffstat (limited to 'Doc/lib/libmultifile.tex')
-rw-r--r-- | Doc/lib/libmultifile.tex | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/lib/libmultifile.tex b/Doc/lib/libmultifile.tex index 2d5bcdc..0594ae7 100644 --- a/Doc/lib/libmultifile.tex +++ b/Doc/lib/libmultifile.tex @@ -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}} |