commit | 30fe8188b4ccf8a620faf7bb38413b5a81c67ed3 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <orsenthil@gmail.com> | Tue Apr 26 21:10:23 2011 +0800 |
committer | Senthil Kumaran <orsenthil@gmail.com> | Tue Apr 26 21:10:23 2011 +0800 |
tree | d5ae25f2be852bcf564fecb1e70af6fd56f45c03 | |
parent | 75e6ed18d0837d7d0558432b4233bbc1d8fd19dd [diff] | |
parent | 72387f90fd317199ed1df1605f1d719870033355 [diff] |
merge from 3.1
diff --git a/Misc/NEWS b/Misc/NEWS index 7331aea..834811b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -66,6 +66,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.