Eli Criffield wrote:

> Here is what i want to do. I have a question in my program, and i want
> to do tab completion for the valid answers.

I think you may "play" width curses library: readline() read... while you
input a "newline", but you need to catch single keys (the "TAB" key,
foremost)

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

Reply via email to