[issue1086] test_email failed

2007-11-08 Thread Christian Heimes
Christian Heimes added the comment: Fixed about two weeks ago -- keywords: +rfe nosy: +tiran resolution: - fixed status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1086 __

[issue1086] test_email failed

2007-09-17 Thread Martin v. Löwis
Changes by Martin v. Löwis: __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1086 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1086] test_email failed

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- priority: - normal __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1086 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1086] test_email failed

2007-09-02 Thread xyb
New submission from xyb: test test_email failed -- Traceback (most recent call last): File /home/xyb/Python-3.0a1/Lib/email/test/test_email.py, line 1445, in test_same_boundary_inner_outer msg = self._msgobj('msg_15.txt') File /home/xyb/Python-3.0a1/Lib/email/test/test_email.py, line 67,

[issue1086] test_email failed

2007-09-02 Thread Peter van Kampen
Peter van Kampen added the comment: 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

[issue1086] test_email failed

2007-09-02 Thread Martin v. Löwis
Martin v. Löwis added the comment: I don't think recoding the message is the right thing to do. Instead, the email package should be fixed to not treat the bytes before the first part of a multipart message as text, or else assume that it is Latin-1 encoded (it's certainly not *meant* to be text