commit | 5dc6868f258d71e532e2bcc2ae6a03fa9ea47016 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <orsenthil@gmail.com> | Tue Apr 26 21:17:45 2011 +0800 |
committer | Senthil Kumaran <orsenthil@gmail.com> | Tue Apr 26 21:17:45 2011 +0800 |
tree | 1b55d40899490c4ae36107352ec699638b7bccae | |
parent | 83627ed6d501ba85461a305d20cde3b2dae2c1f1 [diff] |
Update NEWS for Issue11236.
diff --git a/Misc/NEWS b/Misc/NEWS index 29169e7..3bd61e4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -61,6 +61,8 @@ 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.