diff options
author | Fred Drake <fdrake@acm.org> | 1999-03-27 05:45:46 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-03-27 05:45:46 (GMT) |
commit | 806a467fbfc5e6bef563672176cbd908a869173c (patch) | |
tree | 5916f300aeba3632903bacf0a87f4d39d79adbd4 /Doc | |
parent | b091134e70f1476fdbd544ce14fd41c1853770f8 (diff) | |
download | cpython-806a467fbfc5e6bef563672176cbd908a869173c.zip cpython-806a467fbfc5e6bef563672176cbd908a869173c.tar.gz cpython-806a467fbfc5e6bef563672176cbd908a869173c.tar.bz2 |
Where rfc822.Message is mentioned, add a link to the rfc822 module.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libmailbox.tex | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Doc/lib/libmailbox.tex b/Doc/lib/libmailbox.tex index 97c80e9..8beab4c 100644 --- a/Doc/lib/libmailbox.tex +++ b/Doc/lib/libmailbox.tex @@ -44,9 +44,10 @@ All implementations of Mailbox objects have one externally visible method: \begin{methoddesc}[mailbox]{next}{} -Return the next message in the mailbox, as a \class{rfc822.Message} object. -Depending on the mailbox implementation the \var{fp} attribute of this -object may be a true file object or a class instance simulating a file object, -taking care of things like message boundaries if multiple mail messages are +Return the next message in the mailbox, as a \class{rfc822.Message} +object (see the \refmodule{rfc822} module). Depending on the mailbox +implementation the \var{fp} attribute of this object may be a true +file object or a class instance simulating a file object, taking care +of things like message boundaries if multiple mail messages are contained in a single file, etc. \end{methoddesc} |