Message8644
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? |
|
Date |
User |
Action |
Args |
2014-06-14 22:35:33 | jeff.allen | set | messageid: <1402785333.26.0.857284437187.issue1066@psf.upfronthosting.co.za> |
2014-06-14 22:35:33 | jeff.allen | set | recipients:
+ jeff.allen, cgroves, fwierzbicki, pjenvey, zyasoft, yyamano |
2014-06-14 22:35:33 | jeff.allen | link | issue1066 messages |
2014-06-14 22:35:32 | jeff.allen | create | |
|