Re: Ask for a password with OptParse

2007-07-03 Thread John Machin
On Jul 4, 8:50 am, Mariano Mara <[EMAIL PROTECTED]> wrote: > Hi everyone. > I'm building a script with optparse. One of the parameters will be a > password. > How can I code the optparse to accept/handle/format the password so that > the user does not have to write it in plain/visible text in the t

Re: Ask for a password with OptParse

2007-07-03 Thread Robert Kern
Mariano Mara wrote: > Hi everyone. > I'm building a script with optparse. One of the parameters will be a > password. > How can I code the optparse to accept/handle/format the password so that > the user does not have to write it in plain/visible text in the terminal? You wouldn't ask for the pa

Ask for a password with OptParse

2007-07-03 Thread Mariano Mara
Hi everyone. I'm building a script with optparse. One of the parameters will be a password. How can I code the optparse to accept/handle/format the password so that the user does not have to write it in plain/visible text in the terminal? TIA, Mariano. -- http://mail.python.org/mailman/listin