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(<KeyPress>) but that seems to be overkill. I'm looking for something like replacing sys.stdout or some Tkinter function. Any hints appreciated.
-Doug -- Douglas S. Blank Associate Professor, Bryn Mawr College http://cs.brynmawr.edu/~dblank/ Office: 610 526 6501 _______________________________________________ IDLE-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/idle-dev
