Re: Python password display

2006-07-06 Thread T Vantanen
On Thu, 06 Jul 2006 06:39:38 -0700, Johhny wrote: > Hello, > > I am currently writing some python code which requires the use of a > password. Currently I am using the raw_input function to take the users > input in and use it. One problem with that is the password is displayed > in clear text on

Re: Python password display

2006-07-06 Thread Bill Scherer
Johhny wrote: > Hello, > > I am currently writing some python code which requires the use of a > password. Currently I am using the raw_input function to take the users > input in and use it. One problem with that is the password is displayed > in clear text on the console of the server. I would l

Python password display

2006-07-06 Thread Johhny
Hello, I am currently writing some python code which requires the use of a password. Currently I am using the raw_input function to take the users input in and use it. One problem with that is the password is displayed in clear text on the console of the server. I would like to work on a way aroun