mirror of https://github.com/python/cpython.git
Added a note describing how fp should be opened in binary mode, especially on
Windows. Closes SF # 586899.
This commit is contained in:
parent
fb85739494
commit
dd69b0ab6c
|
@ -18,6 +18,10 @@ 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
|
||||||
|
want to open the \var{fp} object in binary mode. This is especially important
|
||||||
|
on Windows.}
|
||||||
|
|
||||||
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
|
||||||
'} (note the trailing space) if preceded by exactly two newlines.
|
'} (note the trailing space) if preceded by exactly two newlines.
|
||||||
|
|
Loading…
Reference in New Issue