]> granicus.if.org Git - python/commit
print a warning if the password will be echoed.
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 18 Oct 1999 22:25:22 +0000 (22:25 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 18 Oct 1999 22:25:22 +0000 (22:25 +0000)
commit88d23309e937df1cf99e9a649a7b2684fc1159c5
treeaf6dc3c9aed0354bc4f8dc1bae31372abac0fb34
parentf8d8e07601d06e709000429f3b504a0e5a0963bf
print a warning if the password will be echoed.

At import time, getpass will be bound to the appropriate
platform-specific function.  If the platform's echo-disabler is not
available, default_getpass, which prints the warning, will be used
Lib/getpass.py