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 vlee
Recipients vlee
Date 2014-12-20.02:39:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1419043185.97.0.756938564911.issue23092@psf.upfronthosting.co.za>
In-reply-to
Content
test_readline regressed from Python 2.7.8 to Python 2.7.9 on CentOS 6

Python 2.7.8
$ ./python -m test.regrtest test_readline
test_readline
1 test OK.

Python 2.7.9
$ ./python -m test.regrtest test_readline
[1/1] test_readline
test test_readline failed -- Traceback (most recent call last):
  File "Python-2.7.9/Lib/test/test_readline.py", line 56, in test_init
    self.assertEqual(stdout, b'')
AssertionError: '\x1b[?1034h' != ''

1 test failed:
    test_readline

$ cat /etc/redhat-release
CentOS release 6.6 (Final)

$ rpm -qa | grep readline
readline-6.0-4.el6.x86_64
compat-readline5-5.2-17.1.el6.x86_64
readline-devel-6.0-4.el6.x86_64
History
Date User Action Args
2014-12-20 02:39:46vleesetrecipients: + vlee
2014-12-20 02:39:45vleesetmessageid: <1419043185.97.0.756938564911.issue23092@psf.upfronthosting.co.za>
2014-12-20 02:39:45vleelinkissue23092 messages
2014-12-20 02:39:45vleecreate