]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Don't use raw_input() to ask for the password; this puts the password
authorGuido van Rossum <guido@python.org>
Tue, 28 Jul 1998 19:28:43 +0000 (19:28 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 28 Jul 1998 19:28:43 +0000 (19:28 +0000)
commit1a7bab05e8667756cf30d07ff86f97375fd6168b
treec57577408dbfb709c14ec76684cb7c46fcf6e757
parentec8c8c2ef2cac83a12b249c4e6ba4c62c018bfdc
Don't use raw_input() to ask for the password; this puts the password
in the GNU readline history buffer which is not such a great idea.
Lib/getpass.py