STINNER Victor added the comment: http://buildbot.python.org/all/builders/x86%20XP-4%202.7/builds/3431/steps/test/logs/stdio
====================================================================== FAIL: test_errors (test.test_codecs.UTF7Test) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\cygwin\home\db3l\buildarea\2.7.bolen-windows\build\lib\test\test_codecs.py", line 709, in test_errors self.assertEqual(raw.decode('utf-7', 'replace'), expected) AssertionError: u'a\u20ac\ufffd' != u'a\u20ac\ufffdb' - a\u20ac\ufffd + a\u20ac\ufffdb ? + ====================================================================== FAIL: test_lone_surrogates (test.test_codecs.UTF7Test) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\cygwin\home\db3l\buildarea\2.7.bolen-windows\build\lib\test\test_codecs.py", line 743, in test_lone_surrogates self.assertEqual(raw.decode('utf-7', 'replace'), expected) AssertionError: u'a\ufffd' != u'a\ufffdb' - a\ufffd + a\ufffdb ? + ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue24848> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com