In message <i9n4ph$d7...@reader1.panix.com>, kj wrote:

> I tried to fix the problem by applying the equivalent of "stty
> -echo" within a python interactive session, but discovered that
> this setting is immediately (and silently) overwritten.

That seems reasonable behaviour; the command loop is resetting the terminal 
to a reasonable state to allow it to read the next command. But the command 
you execute can do anything it likes in-between. What’s wrong with that?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to