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 a
Recipients Geraldo.Xexeo, a, taleinat
Date 2012-03-11.15:49:16
SpamBayes Score 1.7395784e-07
Marked as misclassified No
Message-id <1331480957.24.0.0727232447871.issue9290@psf.upfronthosting.co.za>
In-reply-to
Content
Other quirks apparently caused by this bug:

msvcrt.getch() does not block and wait for a keypress in IDLE.  Returns immediately with b'\xff'.

Some of the suggested usage in the manual for sys.stdin does not work under IDLE.  E.g. sys.stdin.detach() doesn't work in IDLE.  On this last point, the manual has a caveat in the last line of the sys.stdin description that could exonerate it.  Regardless, the behavior is inconsistent and makes for awkward UI when using IDLE.
History
Date User Action Args
2012-03-11 15:49:17asetrecipients: + a, taleinat, Geraldo.Xexeo
2012-03-11 15:49:17asetmessageid: <1331480957.24.0.0727232447871.issue9290@psf.upfronthosting.co.za>
2012-03-11 15:49:16alinkissue9290 messages
2012-03-11 15:49:16acreate