RE: Hide raw_input text?

2008-08-13 Thread Support Desk
-Original Message- From: tmallen [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2008 12:26 PM To: python-list@python.org Subject: Hide raw_input text? I'm working on a little FTP project to get comfortable with ftplib. It's all terminal-based right now, and one issue I'm having is

Re: Hide raw_input text?

2008-08-13 Thread Fredrik Lundh
tmallen wrote: I'm working on a little FTP project to get comfortable with ftplib. It's all terminal-based right now, and one issue I'm having is hiding password input text. I'd like one of two things to happen with this: Either don't show any characters while I'm typing (like $ su), or better,

Re: Hide raw_input text?

2008-08-13 Thread Bruno Desthuilliers
tmallen a écrit : I'm working on a little FTP project to get comfortable with ftplib. It's all terminal-based right now, and one issue I'm having is hiding password input text. I'd like one of two things to happen with this: Either don't show any characters while I'm typing (like $ su), or better

Re: Hide raw_input text?

2008-08-13 Thread Jerry Hill
On Wed, Aug 13, 2008 at 1:26 PM, tmallen <[EMAIL PROTECTED]> wrote: > I'm working on a little FTP project to get comfortable with ftplib. > It's all terminal-based right now, and one issue I'm having is hiding > password input text. I'd like one of two things to happen with this: > Either don't sho