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 Ramchandra Apte, loewis, orsenthil, python-dev, roger.serwy, serhiy.storchaka, terry.reedy
Date 2012-07-10.14:10:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341929402.0.0.555795205797.issue13532@psf.upfronthosting.co.za>
In-reply-to
Content
sys.stdin has a write method, but it should raise "io.UnsupportedOperation: not writable" when passed a string. It looks like IDLE has allowed writes to stdin even before Martin's patch. I'll open a separate issue for this case.
History
Date User Action Args
2012-07-10 14:10:02roger.serwysetrecipients: + roger.serwy, loewis, terry.reedy, orsenthil, python-dev, Ramchandra Apte, serhiy.storchaka
2012-07-10 14:10:02roger.serwysetmessageid: <1341929402.0.0.555795205797.issue13532@psf.upfronthosting.co.za>
2012-07-10 14:10:01roger.serwylinkissue13532 messages
2012-07-10 14:10:00roger.serwycreate