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-07-25.23:36:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406331393.61.0.787987528332.issue19884@psf.upfronthosting.co.za>
In-reply-to
Content
The test fails also on OpenBSD:

http://buildbot.python.org/all/builders/x86%20OpenBSD%205.5%203.x/builds/671/steps/test/logs/stdio

======================================================================
FAIL: test_init (test.test_readline.TestReadline)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/python-builds/3.x.borja-openbsd-x86/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-07-25 23:36:33vstinnersetrecipients: + vstinner, pitrou, ned.deily, skrah, dmalcolm, python-dev, bkabrda, vajrasky
2014-07-25 23:36:33vstinnersetmessageid: <1406331393.61.0.787987528332.issue19884@psf.upfronthosting.co.za>
2014-07-25 23:36:33vstinnerlinkissue19884 messages
2014-07-25 23:36:33vstinnercreate