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 pje
Recipients mgiuca, pitrou, pje
Date 2008-07-22.15:14:02
SpamBayes Score 0.08006529
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
The encoding must be latin-1, not utf-8, and the stream must be binary
mode, not text.

I have no idea how to deal with the test suite, and don't have time at
the moment to investigate.
History
Date User Action Args
2008-07-22 15:14:04pjesetspambayes_score: 0.0800653 -> 0.08006529
recipients: + pje, pitrou, mgiuca
2008-07-22 15:14:03pjesetspambayes_score: 0.0800653 -> 0.0800653
messageid: <[email protected]>
2008-07-22 15:14:02pjelinkissue3348 messages
2008-07-22 15:14:02pjecreate