summaryrefslogtreecommitdiffstats
path: root/Doc/library/getpass.rst
Commit message (Collapse)AuthorAgeFilesLines
* syntax fixupGregory P. Smith2008-04-231-3/+3
|
* Major improvements:Gregory P. Smith2008-04-221-2/+18
| | | | | | | | | * 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.
* Some cleanup in the docs.Georg Brandl2007-12-291-4/+1
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+38