]> granicus.if.org Git - python/commit
Major improvements:
authorGregory P. Smith <greg@mad-scientist.com>
Tue, 22 Apr 2008 08:08:41 +0000 (08:08 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Tue, 22 Apr 2008 08:08:41 +0000 (08:08 +0000)
commit19b441118169f99b0e6f02afb4ee1621336492ed
treecca5f13b7ebd520d2eaa7f3b720a4a49fc9a2ad1
parent8e0319d82a812599b5e42c4aec1a2b7a34da82f3
Major improvements:
* Default to using /dev/tty for the password prompt and input before
  falling back to sys.stdin and sys.stderr.
* Use sys.stderr instead of sys.stdout.
* print the 'password may be echoed' warning to stream used to display
  the prompt rather than always sys.stderr.
* warn() with GetPassWarning when input may be echoed.
Doc/library/getpass.rst
Lib/getpass.py