Re: Password input in console/terminal

2008-12-09 Thread cadmuxe
On 12月9日, 下午2时01分, Chris Rebert [EMAIL PROTECTED] wrote: On Mon, Dec 8, 2008 at 9:53 PM, RP [EMAIL PROTECTED] wrote: Hello All, This is my first REAL post(question) to Python-List. I know I can take input from a user with raw_input() How do I take password input in console? Any Help

Password input in console/terminal

2008-12-08 Thread RP
Hello All, This is my first REAL post(question) to Python-List. I know I can take input from a user with raw_input() How do I take password input in console? Any Help would be Greatly Appreciated. Thank You. RP -- http://mail.python.org/mailman/listinfo/python-list

Re: Password input in console/terminal

2008-12-08 Thread Chris Rebert
On Mon, Dec 8, 2008 at 9:53 PM, RP [EMAIL PROTECTED] wrote: Hello All, This is my first REAL post(question) to Python-List. I know I can take input from a user with raw_input() How do I take password input in console? Any Help would be Greatly Appreciated. Thank You. RP You use the