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 | b7036114fe59de9fb72d1e5e21df25a8c884b2f6 (patch) | |
tree | bf4e5e332bec23901dd8d4783234826e2c47184b /Misc | |
parent | 9b1549044cafed979b17a160245eea1e2230ef9b (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |