summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2011-04-26 13:17:45 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2011-04-26 13:17:45 (GMT)
commit5dc6868f258d71e532e2bcc2ae6a03fa9ea47016 (patch)
tree1b55d40899490c4ae36107352ec699638b7bccae
parent83627ed6d501ba85461a305d20cde3b2dae2c1f1 (diff)
downloadcpython-5dc6868f258d71e532e2bcc2ae6a03fa9ea47016.zip
cpython-5dc6868f258d71e532e2bcc2ae6a03fa9ea47016.tar.gz
cpython-5dc6868f258d71e532e2bcc2ae6a03fa9ea47016.tar.bz2
Update NEWS for Issue11236.
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 29169e7..3bd61e4 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.