summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2011-04-26 13:10:23 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2011-04-26 13:10:23 (GMT)
commit30fe8188b4ccf8a620faf7bb38413b5a81c67ed3 (patch)
treed5ae25f2be852bcf564fecb1e70af6fd56f45c03
parent75e6ed18d0837d7d0558432b4233bbc1d8fd19dd (diff)
parent72387f90fd317199ed1df1605f1d719870033355 (diff)
downloadcpython-30fe8188b4ccf8a620faf7bb38413b5a81c67ed3.zip
cpython-30fe8188b4ccf8a620faf7bb38413b5a81c67ed3.tar.gz
cpython-30fe8188b4ccf8a620faf7bb38413b5a81c67ed3.tar.bz2
merge from 3.1
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7331aea..834811b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -66,6 +66,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.