diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2011-04-26 13:09:49 (GMT) |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2011-04-26 13:09:49 (GMT) |
commit | 72387f90fd317199ed1df1605f1d719870033355 (patch) | |
tree | 9d818ce96aa265813a8f6a1dfaa65c7e116e91a5 /Misc | |
parent | 7cfe5f88ce42cd28969605bb0b8df37d0200cf39 (diff) | |
download | cpython-72387f90fd317199ed1df1605f1d719870033355.zip cpython-72387f90fd317199ed1df1605f1d719870033355.tar.gz cpython-72387f90fd317199ed1df1605f1d719870033355.tar.bz2 |
Update News entry for Issue11236
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |