diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-03-22 07:24:05 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-03-22 07:24:05 (GMT) |
commit | d6990d221b0528fb874561201e9a374bc0b8ac0f (patch) | |
tree | 2b52f3d225a53db04835a6d87a4d751cd6e656f6 /Misc/NEWS | |
parent | e46487b1331d50faffce480a4060bed1c4e634ae (diff) | |
download | cpython-d6990d221b0528fb874561201e9a374bc0b8ac0f.zip cpython-d6990d221b0528fb874561201e9a374bc0b8ac0f.tar.gz cpython-d6990d221b0528fb874561201e9a374bc0b8ac0f.tar.bz2 |
Issue #24266: Cancel history search mode with Ctrl+C in Readline 7
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -94,6 +94,9 @@ Core and Builtins Library ------- +- Issue #24266: Ctrl+C during Readline history search now cancels the search + mode when compiled with Readline 7. + - Issue #26560: Avoid potential ValueError in BaseHandler.start_response. Initial patch by Peter Inglesby. |