more bugs in email module

Raymond Hettinger vze4rx4y at verizon.net
Sun Aug 24 11:38:00 EDT 2003


"Stuart D. Gathman" <stuart at bmsi.com> wrote in message
news:OLX1b.57320$xf.19326 at lakeread04...
> On Sun, 24 Aug 2003 00:58:20 -0400, Stuart D. Gathman wrote:
>
> > http://bmsi.com/python/test/test8
> >
> > The old system works fine on this example.
>
> Let me clarify the problem with a short test:
>
> ------te.py--------
> import email
> import sys
>
> msg = email.message_from_file(sys.stdin)
> sys.stdout.write(msg.as_string())
> -------------------
> $ python2 te.py <test8 >test8.out
> $ diff test8 test8.out
> .... lots of differences that shouldn't be there ....

Thanks for the short snippet that highlights the problem.
Please file it as a bug report so it won't get lost:

    https://sourceforge.net/tracker/?group_id=5470&atid=105470


Raymond Hettinger






More information about the Python-list mailing list