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 vstinner
Recipients ezio.melotti, lemburg, loewis, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2015-10-02.12:09:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443787793.79.0.0594261211997.issue24848@psf.upfronthosting.co.za>
In-reply-to
Content
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
?   +
History
Date User Action Args
2015-10-02 12:09:53vstinnersetrecipients: + vstinner, lemburg, loewis, pitrou, ezio.melotti, python-dev, serhiy.storchaka
2015-10-02 12:09:53vstinnersetmessageid: <1443787793.79.0.0594261211997.issue24848@psf.upfronthosting.co.za>
2015-10-02 12:09:53vstinnerlinkissue24848 messages
2015-10-02 12:09:53vstinnercreate