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 mgiuca
Recipients mgiuca, pitrou, pje
Date 2008-07-22.15:20:40
SpamBayes Score 0.00077079254
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
Are you saying the stream passed to _write SHOULD always be a binary
stream, and hence the test case is wrong, because it opens a text stream?

(I'm not sure where the stream comes from, but we should guarantee it's
a binary stream).

Also, why Latin-1?
History
Date User Action Args
2008-07-22 15:20:42mgiucasetspambayes_score: 0.000770793 -> 0.00077079254
recipients: + mgiuca, pje, pitrou
2008-07-22 15:20:41mgiucasetspambayes_score: 0.000770793 -> 0.000770793
messageid: <[email protected]>
2008-07-22 15:20:41mgiucalinkissue3348 messages
2008-07-22 15:20:40mgiucacreate