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 pterk
Recipients pterk, xyb
Date 2007-09-02.13:34:06
SpamBayes Score 0.08818647
Marked as misclassified No
Message-id <1188740048.21.0.929012001541.issue1086@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is msg_15.txt encoded in utf-8.
>>> f = codecs.open('Lib/email/test/data/msg_15.txt', 'r',
encoding='iso-8859-1')
>>> s = f.read()
>>> f.close()
>>> f = open('Lib/email/test/data/msg_15.txt','w')
>>> f.write(s)
>>> f.close()

$ ./python Lib/test/regrtest.py test_email
test_email
1 test OK.
Files
File name Uploaded
msg_15.txt pterk, 2007-09-02.13:34:06
History
Date User Action Args
2007-09-02 13:34:08pterksetspambayes_score: 0.0881865 -> 0.08818647
recipients: + pterk, xyb
2007-09-02 13:34:08pterksetspambayes_score: 0.0881865 -> 0.0881865
messageid: <1188740048.21.0.929012001541.issue1086@psf.upfronthosting.co.za>
2007-09-02 13:34:08pterklinkissue1086 messages
2007-09-02 13:34:08pterkcreate