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.

classification
Title: test_readline unconditionally calls clear_history()
Type: behavior Stage: resolved
Components: Tests Versions: Python 3.1, Python 3.2, Python 2.7
process
Status: closed Resolution: duplicate
Dependencies: Superseder: test_readline fails when readline was installed after running configure (and was not re-run)
View: 11496
Assigned To: Nosy List: georg.brandl, ned.deily, ysj.ray
Priority: high Keywords:

Created on 2011-02-13 10:26 by georg.brandl, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg128485 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2011-02-13 10:26
This function apparently is not available in all readline versions; e.g. the GNU readline 5.2 currently installed on dinsdale.

This can be fixed (together with the unconditional reliance of test_distutils and test_zipfile on zlib) after 3.2 final.
msg134744 - (view) Author: ysj.ray (ysj.ray) Date: 2011-04-29 10:23
This seems has already been fixed in issue11496, should be closed.
msg134818 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2011-04-29 22:42
Thanks for noticing!
History
Date User Action Args
2022-04-11 14:57:12adminsetgithub: 55415
2011-04-29 22:42:51ned.deilysetstatus: open -> closed

superseder: test_readline fails when readline was installed after running configure (and was not re-run)

nosy: + ned.deily
messages: + msg134818
resolution: duplicate
stage: needs patch -> resolved
2011-04-29 10:23:54ysj.raysetnosy: + ysj.ray
messages: + msg134744
2011-02-13 10:26:37georg.brandlcreate