summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 822569a..0bba1a3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -116,6 +116,8 @@ Core and Builtins
Library
-------
+- Issue #11236: getpass.getpass responds to ctrl-c or ctrl-z on terminal.
+
- Issue #11856: Speed up parsing of JSON numbers.
- Issue #11005: threading.RLock()._release_save() raises a RuntimeError if the