[New-bugs-announce] [issue11496] test_readline fails when readline was installed after running configure (and was not re-run)
Natalia B. Bidart
report at bugs.python.org
Mon Mar 14 15:33:14 CET 2011
New submission from Natalia B. Bidart <nataliabidart at gmail.com>:
If libreadline-dev was installed after configure was run, and the latter is not re-run, test_readline fails with:
[1/1] test_readline
test test_readline failed -- Traceback (most recent call last):
File "/home/nessita/pycon/sprint/cpython/Lib/test/test_readline.py", line 16, in testHistoryUpdates
readline.clear_history()
AttributeError: 'module' object has no attribute 'clear_history'
1 test failed:
test_readline
----------
components: Tests
messages: 130817
nosy: nessita
priority: normal
severity: normal
status: open
title: test_readline fails when readline was installed after running configure (and was not re-run)
type: crash
versions: Python 3.3
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11496>
_______________________________________
More information about the New-bugs-announce
mailing list