From: Senthil Kumaran Date: Tue, 26 Apr 2011 13:09:49 +0000 (+0800) Subject: Update News entry for Issue11236 X-Git-Tag: v3.2.1b1~74^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=72387f90fd317199ed1df1605f1d719870033355;p=thirdparty%2FPython%2Fcpython.git Update News entry for Issue11236 --- diff --git a/Misc/NEWS b/Misc/NEWS index b248d5b3510a..8eefdafcc30c 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.