diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2011-04-26 13:10:23 (GMT) |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2011-04-26 13:10:23 (GMT) |
commit | 30fe8188b4ccf8a620faf7bb38413b5a81c67ed3 (patch) | |
tree | d5ae25f2be852bcf564fecb1e70af6fd56f45c03 | |
parent | 75e6ed18d0837d7d0558432b4233bbc1d8fd19dd (diff) | |
parent | 72387f90fd317199ed1df1605f1d719870033355 (diff) | |
download | cpython-30fe8188b4ccf8a620faf7bb38413b5a81c67ed3.zip cpython-30fe8188b4ccf8a620faf7bb38413b5a81c67ed3.tar.gz cpython-30fe8188b4ccf8a620faf7bb38413b5a81c67ed3.tar.bz2 |
merge from 3.1
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |