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 serhiy.storchaka
Recipients Ramchandra Apte, loewis, orsenthil, python-dev, roger.serwy, serhiy.storchaka, terry.reedy
Date 2012-07-10.15:36:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341934611.21.0.277099810786.issue13532@psf.upfronthosting.co.za>
In-reply-to
Content
>>> sys.stdin.readable()
False
>>> sys.stdout.writable()
False

I think the issue is far from a solution.
History
Date User Action Args
2012-07-10 15:36:51serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, terry.reedy, orsenthil, roger.serwy, python-dev, Ramchandra Apte
2012-07-10 15:36:51serhiy.storchakasetmessageid: <1341934611.21.0.277099810786.issue13532@psf.upfronthosting.co.za>
2012-07-10 15:36:50serhiy.storchakalinkissue13532 messages
2012-07-10 15:36:50serhiy.storchakacreate