Fixed a large number of small problems, mostly noted by Detlef Lannert

<lannert@lannert.rz.uni-duesseldorf.de>.
This commit is contained in:
Fred Drake 2000-10-10 22:00:03 +00:00
parent e693df94ed
commit 2c4f554b78
9 changed files with 30 additions and 30 deletions

View file

@ -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}