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 bkabrda, dmalcolm, ned.deily, pitrou, python-dev, skrah, vajrasky, vstinner
Date 2014-08-01.10:35:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406889339.84.0.275051590405.issue19884@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, the test also fails on the new Red Hat 6 buildbot:

http://buildbot.python.org/all/builders/x86%20RHEL%206%203.x/builds/4358/steps/test/logs/stdio

======================================================================
FAIL: test_init (test.test_readline.TestReadline)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.coghlan-redhat/build/Lib/test/test_readline.py", line 53, in test_init
    self.assertEqual(stdout, b'')
AssertionError: b'\x1b[?1034h' != b''
History
Date User Action Args
2014-08-01 10:35:39vstinnersetrecipients: + vstinner, pitrou, ned.deily, skrah, dmalcolm, python-dev, bkabrda, vajrasky
2014-08-01 10:35:39vstinnersetmessageid: <1406889339.84.0.275051590405.issue19884@psf.upfronthosting.co.za>
2014-08-01 10:35:39vstinnerlinkissue19884 messages
2014-08-01 10:35:39vstinnercreate