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, pitrou, python-dev, skrah, vajrasky, vstinner
Date 2014-07-24.18:02:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406224947.93.0.157779964614.issue19884@psf.upfronthosting.co.za>
In-reply-to
Content
The test fails on AMD64 OpenIndiana 2.7:

http://buildbot.python.org/all/builders/AMD64%20OpenIndiana%202.7/builds/2354/steps/test/logs/stdio

test test_readline failed -- Traceback (most recent call last):
  File "/export/home/buildbot/64bits/2.7.cea-indiana-amd64/build/Lib/test/test_readline.py", line 52, in test_init
    self.assertEqual(stdout, b'')
AssertionError: '\x1b[?1034h' != ''
History
Date User Action Args
2014-07-24 18:02:27vstinnersetrecipients: + vstinner, pitrou, skrah, dmalcolm, python-dev, bkabrda, vajrasky
2014-07-24 18:02:27vstinnersetmessageid: <1406224947.93.0.157779964614.issue19884@psf.upfronthosting.co.za>
2014-07-24 18:02:27vstinnerlinkissue19884 messages
2014-07-24 18:02:27vstinnercreate