diff options
author | Fred Drake <fdrake@acm.org> | 2004-05-11 05:29:34 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-05-11 05:29:34 (GMT) |
commit | 0d73621cb2db12c6477ed34909786a1a33a0af81 (patch) | |
tree | e0426ac58403e7fec240d4f685c73015e657e868 /Doc | |
parent | 23164a5ca7e2fa02e0ea5d0fbf3fd4b0d51b61bd (diff) | |
download | cpython-0d73621cb2db12c6477ed34909786a1a33a0af81.zip cpython-0d73621cb2db12c6477ed34909786a1a33a0af81.tar.gz cpython-0d73621cb2db12c6477ed34909786a1a33a0af81.tar.bz2 |
markup adjustment
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libmailbox.tex | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Doc/lib/libmailbox.tex b/Doc/lib/libmailbox.tex index 767b678..dd18562 100644 --- a/Doc/lib/libmailbox.tex +++ b/Doc/lib/libmailbox.tex @@ -18,9 +18,11 @@ argument, \var{fp} by the \method{next()} method of the mailbox object. The default is the \class{rfc822.Message} class (see the \refmodule{rfc822} module -- and the note below). -\note{For reasons of this module's internal implementation, you will probably -want to open the \var{fp} object in binary mode. This is especially important -on Windows.} +\begin{notice} + For reasons of this module's internal implementation, you will + probably want to open the \var{fp} object in binary mode. This is + especially important on Windows. +\end{notice} For maximum portability, messages in a \UNIX-style mailbox are separated by any line that begins exactly with the string \code{'From |