diff --git a/Misc/NEWS b/Misc/NEWS index 822569aaa02..0bba1a36519 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