]> granicus.if.org Git - python/commitdiff
update the getpass entry
authorGregory P. Smith <greg@mad-scientist.com>
Tue, 22 Apr 2008 08:11:33 +0000 (08:11 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Tue, 22 Apr 2008 08:11:33 +0000 (08:11 +0000)
Misc/NEWS

index 51f6ce14c8f72e98fe165a0bc25581cb605a4e06..6a0e9246291083e6ebe9a4226f51536deb6169ec 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,8 +37,9 @@ Extensions Modules
 Library
 -------
 
-- getpass.getpass() now works when sys.stdin is not a tty by printing a warning
-  and falling back to sys.stdin.readline instead of raising termios.error.
+- The getpass module has been improved on Unix.  It now uses /dev/tty
+  by default and uses stderr instead of stdout.  A GetPassWarning is
+  issued when input echo cannot be controlled.
 
 - Issue #2014: Allow XML-RPC datetime objects to have dates before
   1900-01-01.