-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
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,
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
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