Update News entry for Issue11236

This commit is contained in:
Senthil Kumaran 2011-04-26 21:09:49 +08:00
parent 7cfe5f88ce
commit 72387f90fd

View file

@ -61,6 +61,8 @@ Core and Builtins
Library 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 - Issue #11768: The signal handler of the signal module only calls
Py_AddPendingCall() for the first signal to fix a deadlock on reentrant or Py_AddPendingCall() for the first signal to fix a deadlock on reentrant or
parallel calls. PyErr_SetInterrupt() writes also into the wake up file. parallel calls. PyErr_SetInterrupt() writes also into the wake up file.