Ezio Melotti added the comment:

Victor, do you know if multibytecodec has been ported to the new API yet?
If I removed the "if", I still get a failure.

test test_multibytecodec failed -- Traceback (most recent call last):
  File "/home/wolf/dev/py/py3k/Lib/test/test_multibytecodec.py", line 187, in 
test_gb18030
    self.assertEqual(s.getvalue(), b'123\x907\x959')
AssertionError: b'123\x907\x959\x907\x959' != b'123\x907\x959'

----------
keywords: +3.3regression

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13056>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to