Issue 23092: Python 2.7.9 test_readline regression on CentOS 6 (original) (raw)
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