[Python-checkins] cpython (2.7): Update NEWS for Issue11236.
senthil.kumaran
python-checkins at python.org
Tue Apr 26 15:18:33 CEST 2011
http://hg.python.org/cpython/rev/1b261f3bef09
changeset: 69573:1b261f3bef09
branch: 2.7
parent: 69568:a3b4887edba4
user: Senthil Kumaran <orsenthil at gmail.com>
date: Tue Apr 26 21:17:45 2011 +0800
summary:
Update NEWS for Issue11236.
files:
Misc/NEWS | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -61,6 +61,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.
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list