]> granicus.if.org Git - python/commitdiff
Update News entry for Issue11236
authorSenthil Kumaran <orsenthil@gmail.com>
Tue, 26 Apr 2011 13:09:49 +0000 (21:09 +0800)
committerSenthil Kumaran <orsenthil@gmail.com>
Tue, 26 Apr 2011 13:09:49 +0000 (21:09 +0800)
Misc/NEWS

index b248d5b3510aca5b18715e9a5a813f835a296f4a..8eefdafcc30c13774b705bb6daeee9ea7b563585 100644 (file)
--- 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.