diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2008-04-22 08:11:33 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2008-04-22 08:11:33 (GMT) |
commit | d59fefb23adc75fbdec618e24e93848ae406e3d8 (patch) | |
tree | 619b5d2a0e1b47fefb544b1b5b42db24e8ee60d2 /Misc | |
parent | 19b441118169f99b0e6f02afb4ee1621336492ed (diff) | |
download | cpython-d59fefb23adc75fbdec618e24e93848ae406e3d8.zip cpython-d59fefb23adc75fbdec618e24e93848ae406e3d8.tar.gz cpython-d59fefb23adc75fbdec618e24e93848ae406e3d8.tar.bz2 |
update the getpass entry
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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. |