[Idle-dev] IDLE getpass?

2007-07-25 Thread Douglas S. Blank
Is there an easy way that one can enter a password in IDLE but not have the characters show (or just show asterisks)? The only way I can think of is to bind() but that seems to be overkill. I'm looking for something like replacing sys.stdout or some Tkinter function. Any hints appreciated. -Doug

Re: [Idle-dev] IDLE getpass?

2007-07-25 Thread Tal Einat
On 7/26/07, Douglas S. Blank <[EMAIL PROTECTED]> wrote: > Is there an easy way that one can enter a password in IDLE but not have > the characters show (or just show asterisks)? The only way I can think of > is to bind() but that seems to be overkill. I'm looking for > something like replacing sys.