This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author paul.moore
Recipients amaury.forgeotdarc, christian.heimes, paul.moore
Date 2007-12-06.19:31:23
SpamBayes Score 0.064114854
Marked as misclassified No
Message-id <1196969484.22.0.990004205844.issue1561@psf.upfronthosting.co.za>
In-reply-to
Content
I believe that mailbox.py is expected to work with files opened in
binary mode. A long time ago I opened a bug on th email package
(http://bugs.python.org/issue586899) which turned out to be because
mailbox.py required binary mode files. The conclusion was that it
wouldn't be fixed (mainly because I couldn't work out a reasonable patch).

I could look again, but I doubt I'll be any better able to work out what
to do now...
History
Date User Action Args
2007-12-06 19:31:24paul.mooresetspambayes_score: 0.0641149 -> 0.064114854
recipients: + paul.moore, amaury.forgeotdarc, christian.heimes
2007-12-06 19:31:24paul.mooresetspambayes_score: 0.0641149 -> 0.0641149
messageid: <1196969484.22.0.990004205844.issue1561@psf.upfronthosting.co.za>
2007-12-06 19:31:24paul.moorelinkissue1561 messages
2007-12-06 19:31:23paul.moorecreate