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 martin.panter
Recipients bruce_edge, loewis, martin.panter, mwh, ned.deily, sa, strank
Date 2015-08-02.00:41:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438476115.37.0.275472398028.issue1175004@psf.upfronthosting.co.za>
In-reply-to
Content
Simon: See Issue 24266 about recovering after interrupting the search mode.

Also, I think Issue 1744456 wraps a different part of the Readline API (rl_callback_ for non-blocking interface) to the patch here (rl_add_defun for adding a custom “key binding” or something). So the two patches could be considered independently.
History
Date User Action Args
2015-08-02 00:41:55martin.pantersetrecipients: + martin.panter, mwh, loewis, bruce_edge, strank, ned.deily, sa
2015-08-02 00:41:55martin.pantersetmessageid: <1438476115.37.0.275472398028.issue1175004@psf.upfronthosting.co.za>
2015-08-02 00:41:55martin.panterlinkissue1175004 messages
2015-08-02 00:41:54martin.pantercreate