[Python-bugs-list] mailbox module not outputting a full rfc822 format message (PR#316)

guido@python.org guido@python.org
Fri, 5 May 2000 16:29:10 -0400 (EDT)


> When the mailbox module passes a message section of an mbox format file to the
> rfc822 module for instanciation it leaves out line 1 or the "From "
> line.

This was recently fixed in the CVS version, Python 1.6a2 should have
the fix too.

--Guido van Rossum (home page: http://www.python.org/~guido/)