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 martin.panter
Recipients ezio.melotti, kunkku, lemburg, loewis, martin.panter, python-dev, serhiy.storchaka, vstinner
Date 2016-06-14.05:50:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465883429.05.0.401048093972.issue16182@psf.upfronthosting.co.za>
In-reply-to
Content
Failures from AMD64 Snow Leop buildbots:

======================================================================
FAIL: test_nonascii_history (test.test_readline.TestHistoryManipulation)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.5.murray-snowleopard/build/Lib/test/test_readline.py", line 102, in test_nonascii_history
    self.assertEqual(readline.get_history_item(1), "entrée 1")
AssertionError: None != 'entrée 1'

======================================================================
FAIL: test_nonascii (test.test_readline.TestReadline)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.5.murray-snowleopard/build/Lib/test/test_readline.py", line 174, in test_nonascii
    self.assertIn(b"line '[\\xefnserted]|t\\xeb[after]'\r\n", output)
AssertionError: b"line '[\\xefnserted]|t\\xeb[after]'\r\n" not found in bytearray(b"^A^B^B^B^B^B^B^B\t\tx\t\r\n|t\xc3\xab[after]\x08\x08\x08\x08\x08\x08\x08text \'t\\xeb\'\r\nline \'|t\\xeb[after]\'\r\nindexes 1 3\r\n\x07text \'t\\xeb\'\r\nline \'|t\\xeb[after]\'\r\nindexes 1 3\r\n\r\nt\xc3\xabxt  t\xc3\xabnt  \r\n\r\r\n|t\xc3\xab[after]\r|t\xc3\xabx[after]\r|t\xc3\xabxt[after]\r|t\xc3\xabxt\r\nresult \'|t\\xebxt[after]\'\r\nhistory \'|t\\xebxt[after]\'\r\n")
History
Date User Action Args
2016-06-14 05:50:29martin.pantersetrecipients: + martin.panter, lemburg, loewis, vstinner, ezio.melotti, python-dev, serhiy.storchaka, kunkku
2016-06-14 05:50:29martin.pantersetmessageid: <1465883429.05.0.401048093972.issue16182@psf.upfronthosting.co.za>
2016-06-14 05:50:29martin.panterlinkissue16182 messages
2016-06-14 05:50:28martin.pantercreate