mirror of
https://github.com/python/cpython.git
synced 2025-12-05 00:52:25 +00:00
markup adjustment
This commit is contained in:
parent
23164a5ca7
commit
0d73621cb2
1 changed files with 5 additions and 3 deletions
|
|
@ -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
|
object. The default is the \class{rfc822.Message} class (see the
|
||||||
\refmodule{rfc822} module -- and the note below).
|
\refmodule{rfc822} module -- and the note below).
|
||||||
|
|
||||||
\note{For reasons of this module's internal implementation, you will probably
|
\begin{notice}
|
||||||
want to open the \var{fp} object in binary mode. This is especially important
|
For reasons of this module's internal implementation, you will
|
||||||
on Windows.}
|
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
|
For maximum portability, messages in a \UNIX-style mailbox are
|
||||||
separated by any line that begins exactly with the string \code{'From
|
separated by any line that begins exactly with the string \code{'From
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue