Major improvements:
commit76028173115e4d00ba1a505f9e1a45f713533227
authorgregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 22 Apr 2008 08:08:41 +0000 (22 08:08 +0000)
committergregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 22 Apr 2008 08:08:41 +0000 (22 08:08 +0000)
tree1556f97be2754e11c624706f29e5ed05b3d8c381
parent8c2649504eae2d3fd700371dec4a5d5d0b829404
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.

git-svn-id: http://svn.python.org/projects/python/trunk@62454 6015fed2-1504-0410-9fe1-9d1591cc4771
Doc/library/getpass.rst
Lib/getpass.py