]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update NEWS for Issue11236.
authorSenthil Kumaran <orsenthil@gmail.com>
Tue, 26 Apr 2011 13:17:45 +0000 (21:17 +0800)
committerSenthil Kumaran <orsenthil@gmail.com>
Tue, 26 Apr 2011 13:17:45 +0000 (21:17 +0800)
Misc/NEWS

index 29169e79376914567385c2a22646f973403cd75b..3bd61e4deadf9acb89389c66fd01334a7cfb3d9a 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.