Re: [Tutor] Invisible Raw Input

2005-11-16 Thread Jan Martinek
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] Invisible Raw Input

2005-11-16 Thread fade2blac
Hi All, Is there any trick to either not echo or obscure password from raw_input() function? -- fade2blac ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor