From 5dc6868f258d71e532e2bcc2ae6a03fa9ea47016 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Tue, 26 Apr 2011 21:17:45 +0800 Subject: [PATCH] Update NEWS for Issue11236. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 29169e79376..3bd61e4dead 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -61,6 +61,8 @@ Core and Builtins Library ------- +- Issue #11236: getpass.getpass responds to ctrl-c or ctrl-z on terminal. + - Issue #11768: The signal handler of the signal module only calls Py_AddPendingCall() for the first signal to fix a deadlock on reentrant or parallel calls. PyErr_SetInterrupt() writes also into the wake up file.