update the getpass entry

This commit is contained in:
Gregory P. Smith 2008-04-22 08:11:33 +00:00
parent 19b4411181
commit d59fefb23a
1 changed files with 3 additions and 2 deletions

View File

@ -37,8 +37,9 @@ Extensions Modules
Library Library
------- -------
- getpass.getpass() now works when sys.stdin is not a tty by printing a warning - The getpass module has been improved on Unix. It now uses /dev/tty
and falling back to sys.stdin.readline instead of raising termios.error. 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 - Issue #2014: Allow XML-RPC datetime objects to have dates before
1900-01-01. 1900-01-01.