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 opoplawski
Recipients Arfrever, David.Edelsohn, Edd.Barrett, Maxime Belanger, benjamin.peterson, berker.peksag, bkabrda, dmalcolm, geoffreyspear, ischwabacher, iyogeshjoshi, jcea, martin.panter, ned.deily, opoplawski, pitrou, python-dev, rpointel, vajrasky, vlee, vstinner
Date 2016-08-24.20:04:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472069052.27.0.290710778725.issue19884@psf.upfronthosting.co.za>
In-reply-to
Content
I'm still seeing this test failure on EL6.8 with python 3.4.5:

[268/391] test_readline
testHistoryUpdates (test.test_readline.TestHistoryManipulation) ... ok
test_init (test.test_readline.TestReadline) ... test test_readline failed
FAIL
======================================================================
FAIL: test_init (test.test_readline.TestReadline)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/Python-3.4.5/Lib/test/test_readline.py", line 57, in test_init
    self.assertEqual(stdout, b'')
AssertionError: b'\x1b[?1034h' != b''
----------------------------------------------------------------------
Ran 2 tests in 0.111s
FAILED (failures=1)

With readline-devel-6.0-4.el6.x86_64.
History
Date User Action Args
2016-08-24 20:04:12opoplawskisetrecipients: + opoplawski, jcea, pitrou, vstinner, benjamin.peterson, ned.deily, Arfrever, dmalcolm, geoffreyspear, python-dev, rpointel, berker.peksag, martin.panter, bkabrda, David.Edelsohn, vajrasky, Edd.Barrett, ischwabacher, vlee, Maxime Belanger, iyogeshjoshi
2016-08-24 20:04:12opoplawskisetmessageid: <1472069052.27.0.290710778725.issue19884@psf.upfronthosting.co.za>
2016-08-24 20:04:12opoplawskilinkissue19884 messages
2016-08-24 20:04:12opoplawskicreate