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 ezio.melotti
Recipients ezio.melotti, loewis, vstinner
Date 2012-09-26.16:47:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348678041.5.0.517086053766.issue13056@psf.upfronthosting.co.za>
In-reply-to
Content
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'
History
Date User Action Args
2012-09-26 16:47:21ezio.melottisetrecipients: + ezio.melotti, loewis, vstinner
2012-09-26 16:47:21ezio.melottisetmessageid: <1348678041.5.0.517086053766.issue13056@psf.upfronthosting.co.za>
2012-09-26 16:47:20ezio.melottilinkissue13056 messages
2012-09-26 16:47:20ezio.melotticreate