[Python-checkins] cpython (merge 3.2 -> default): merge from 3.2

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


http://hg.python.org/cpython/rev/ad7fe87736f0
changeset:   69572:ad7fe87736f0
parent:      69571:721efb72dce9
parent:      69570:df4464da7df6
user:        Senthil Kumaran <orsenthil at gmail.com>
date:        Tue Apr 26 21:14:26 2011 +0800
summary:
  merge from 3.2

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
@@ -116,6 +116,8 @@
 Library
 -------
 
+- Issue #11236: getpass.getpass responds to ctrl-c or ctrl-z on terminal.
+
 - Issue #11856: Speed up parsing of JSON numbers.
 
 - Issue #11005: threading.RLock()._release_save() raises a RuntimeError if the

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list