Message 70150 - Python tracker

Message70150

Author mgiuca
Recipients mgiuca, pitrou, pje
Date 2008-07-22.15:20:40
SpamBayes Score 0.00077079254
Marked as misclassified No
Message-id <1216740041.91.0.323562934322.issue3348@psf.upfronthosting.co.za>
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: <1216740041.91.0.323562934322.issue3348@psf.upfronthosting.co.za>
2008-07-22 15:20:41mgiucalinkissue3348 messages
2008-07-22 15:20:40mgiucacreate