mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fixed a large number of small problems, mostly noted by Detlef Lannert
<lannert@lannert.rz.uni-duesseldorf.de>.
This commit is contained in:
parent
e693df94ed
commit
2c4f554b78
9 changed files with 30 additions and 30 deletions
|
@ -49,5 +49,6 @@ 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.
|
||||
contained in a single file, etc. If no more messages are available,
|
||||
this method returns \code{None}.
|
||||
\end{methoddesc}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue