[Python-checkins] r76016 - python/trunk/Misc/NEWS

gregory.p.smith python-checkins at python.org
Sun Nov 1 19:33:56 CET 2009


Author: gregory.p.smith
Date: Sun Nov  1 19:33:55 2009
New Revision: 76016

Log:
news entry for r76000


Modified:
   python/trunk/Misc/NEWS

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Sun Nov  1 19:33:55 2009
@@ -423,6 +423,12 @@
 Library
 -------
 
+- Issue #7246 & Issue #7208: getpass now properly flushes input before
+  reading from stdin so that existing input does not confuse it and
+  lead to incorrect entry or an IOError.  It also properly flushes it
+  afterwards to avoid the terminal echoing the input afterwards on
+  OSes such as Solaris.
+
 - Issue #7233: Fix a number of two-argument Decimal methods to make
   sure that they accept an int or long as the second argument.  Also
   fix buggy handling of large arguments (those with coefficient longer


More information about the Python-checkins mailing list