summaryrefslogtreecommitdiffstats
path: root/Doc/lib/librfc822.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-08-06 21:26:01 (GMT)
committerFred Drake <fdrake@acm.org>2002-08-06 21:26:01 (GMT)
commit2d3c03df9acaed093d2387b082bcfb32f89d82f9 (patch)
tree804b36aa67a063602481d1b7033d4595befca900 /Doc/lib/librfc822.tex
parente06741704eeb76325717625fdc3c74f6acc815fc (diff)
downloadcpython-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/librfc822.tex')
-rw-r--r--Doc/lib/librfc822.tex6
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/lib/librfc822.tex b/Doc/lib/librfc822.tex
index 6451b3e..9def859 100644
--- a/Doc/lib/librfc822.tex
+++ b/Doc/lib/librfc822.tex
@@ -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}