Matti Katila added the comment:

Not a real issue - it's a standard behaviour of tty.

Fix is to set -icanon:

m,s = os.openpty()
s = os.ttyname(s)
os.system( 'stty cs8 -icanon -echo < %s' % s )

see, http://www.eulogika.net/download/eutalk_20040302/pymouse.html

The issue can be closed and documentation can be updated with some
helpful information.

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1239>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to