Message8644

Author jeff.allen
Recipients cgroves, fwierzbicki, jeff.allen, pjenvey, yyamano, zyasoft
Date 2014-06-14.22:35:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402785333.26.0.857284437187.issue1066@psf.upfronthosting.co.za>
In-reply-to
Content
I get test failures from test_email and test_email_renamed about the decoding of euc-jp. In a sense this is an improvement, since that bit of the test is skipped if there is no such codec. But now there is ...

======================================================================
FAIL: test_body_encode (email.test.test_email.TestCharset)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\hg\jython-int\dist\Lib\email\test\test_email.py", line 2981, in test_body_encode
    eq('\x1b$B5FCO;~IW\x1b(B',
  File "D:\hg\jython-int\dist\Lib\email\test\test_email.py", line 2981, in test_body_encode
    eq('\x1b$B5FCO;~IW\x1b(B',
AssertionError: '\x1b$B5FCO;~IW\x1b(B' != '\x1b$B5FCO;~IW'

Is this the same for you?
History
Date User Action Args
2014-06-14 22:35:33jeff.allensetmessageid: <1402785333.26.0.857284437187.issue1066@psf.upfronthosting.co.za>
2014-06-14 22:35:33jeff.allensetrecipients: + jeff.allen, cgroves, fwierzbicki, pjenvey, zyasoft, yyamano
2014-06-14 22:35:33jeff.allenlinkissue1066 messages
2014-06-14 22:35:32jeff.allencreate