This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mudyc
Recipients mudyc
Date 2007-10-05.20:52:15
SpamBayes Score 0.36799362
Marked as misclassified No
Message-id <1191617535.58.0.872594272542.issue1239@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2007-10-05 20:52:15mudycsetspambayes_score: 0.367994 -> 0.36799362
recipients: + mudyc
2007-10-05 20:52:15mudycsetspambayes_score: 0.367994 -> 0.367994
messageid: <1191617535.58.0.872594272542.issue1239@psf.upfronthosting.co.za>
2007-10-05 20:52:15mudyclinkissue1239 messages
2007-10-05 20:52:15mudyccreate