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 nessita
Recipients nessita
Date 2011-03-14.14:33:13
SpamBayes Score 0.00039533753
Marked as misclassified No
Message-id <1300113194.23.0.0786902583175.issue11496@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2011-03-14 14:33:14nessitasetrecipients: + nessita
2011-03-14 14:33:14nessitasetmessageid: <1300113194.23.0.0786902583175.issue11496@psf.upfronthosting.co.za>
2011-03-14 14:33:13nessitalinkissue11496 messages
2011-03-14 14:33:13nessitacreate