[Python-checkins] cpython (3.1): Update News entry for Issue11236

senthil.kumaran python-checkins at python.org
Tue Apr 26 15:14:44 CEST 2011


http://hg.python.org/cpython/rev/f799530dbde7
changeset:   69569:f799530dbde7
branch:      3.1
parent:      69566:154b323e0e7f
user:        Senthil Kumaran <orsenthil at gmail.com>
date:        Tue Apr 26 21:09:49 2011 +0800
summary:
  Update News entry 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