[issue11206] test_readline unconditionally calls clear_history()

2011-04-29 Thread Ned Deily
Ned Deily added the comment: Thanks for noticing! -- nosy: +ned.deily resolution: -> duplicate stage: needs patch -> committed/rejected status: open -> closed superseder: -> test_readline fails when readline was installed after running configure (and was not re-run)

[issue11206] test_readline unconditionally calls clear_history()

2011-04-29 Thread ysj.ray
ysj.ray added the comment: This seems has already been fixed in issue11496, should be closed. -- nosy: +ysj.ray ___ Python tracker ___ __

[issue11206] test_readline unconditionally calls clear_history()

2011-02-13 Thread Georg Brandl
New submission from Georg Brandl : 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. --