On Wed, 2005-11-16 at 16:19 +0700, fade2blac wrote: > Hi All, > Is there any trick to either not echo or obscure password from raw_input() > function? >
Yes, try this:
import getpass
password = getpass.unix_getpass("Enter your password:")
print password
--
Jan Martinek
> --
> fade2blac
_______________________________________________
Tutor maillist - [email protected]
http://mail.python.org/mailman/listinfo/tutor
