summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-03-22 07:24:05 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-03-22 07:24:05 (GMT)
commitb7036114fe59de9fb72d1e5e21df25a8c884b2f6 (patch)
treebf4e5e332bec23901dd8d4783234826e2c47184b /Misc
parent9b1549044cafed979b17a160245eea1e2230ef9b (diff)
downloadcpython-b7036114fe59de9fb72d1e5e21df25a8c884b2f6.zip
cpython-b7036114fe59de9fb72d1e5e21df25a8c884b2f6.tar.gz
cpython-b7036114fe59de9fb72d1e5e21df25a8c884b2f6.tar.bz2
Issue #24266: Cancel history search mode with Ctrl+C in Readline 7
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3f6ae5d..0ecd9d1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -61,6 +61,9 @@ Core and Builtins
Library
-------
+- Issue #24266: Ctrl+C during Readline history search now cancels the search
+ mode when compiled with Readline 7.
+
- Issue #23857: Implement PEP 493, adding a Python-2-only ssl module API and
environment variable to configure the default handling of SSL/TLS certificates
for HTTPS connections.