[Python-checkins] cpython (merge 3.1 -> 3.2): merge from 3.1
senthil.kumaran
python-checkins at python.org
Tue Apr 26 15:14:47 CEST 2011
http://hg.python.org/cpython/rev/df4464da7df6
changeset: 69570:df4464da7df6
branch: 3.2
parent: 69567:cca6dc29a900
parent: 69569:f799530dbde7
user: Senthil Kumaran <orsenthil at gmail.com>
date: Tue Apr 26 21:10:23 2011 +0800
summary:
merge from 3.1
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
@@ -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.
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list