Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
2c69336507d45cc28e27385d717df7115e56baa5
/
Lib
/
getpass.py
0238a25
Do the check for lacking sys.stdin.fileno() *before* testing for
by Guido van Rossum
· 26 years ago
ef0056a
When sys.stdin.fileno() doesn't work, fall back to default_getpass()
by Guido van Rossum
· 26 years ago
1a7bab0
Don't use raw_input() to ask for the password; this puts the password
by Guido van Rossum
· 26 years ago
c3da02e
Don't catch interrupts in getpass() -- the finally clause will reset
by Guido van Rossum
· 26 years ago
fb9b7fd
Be nicer to systems that have neither termios nor msvcrt.
by Guido van Rossum
· 27 years ago
b5903ac
Another new utility: getpass() prompts for a password, with echo off.
by Guido van Rossum
· 27 years ago