I'd like to get a character from stdin, perform some action, get another 
character, etc.  If I just use stdin.read(1), it waits until I finish typing 
a whole line before I can get the first character.  How do I deal with this?

Brent


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to