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 roger.serwy
Recipients roger.serwy, serhiy.storchaka, terry.reedy
Date 2012-07-10.14:13:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
This is a follow-up to issue13532 which fixed problems with IDLE's sys.stdout and sys.stderr implementation.

Presently, sys.stdin has a write method, but does not raise "io.UnsupportedOperation: not writable" when passed a string. Instead, it writes to the IDLE shell.
History
Date User Action Args
2012-07-10 14:13:24roger.serwysetrecipients: + roger.serwy, terry.reedy, serhiy.storchaka
2012-07-10 14:13:24roger.serwysetmessageid: <[email protected]>
2012-07-10 14:13:23roger.serwylinkissue15318 messages
2012-07-10 14:13:23roger.serwycreate