why does getpass() show the input?

John Salerno johnjsal at NOSPAMgmail.com
Wed Aug 9 16:42:18 EDT 2006


I'm guessing this might have something to do with my particular system?

 >>> getpass.getpass()
Warning: Problem with getpass. Passwords may be echoed.
Password: hello
'hello'



More information about the Python-list mailing list