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 loewis
Recipients loewis, roger.serwy, serhiy.storchaka, terry.reedy
Date 2012-07-11.19:51:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342036294.62.0.943279862937.issue15318@psf.upfronthosting.co.za>
In-reply-to
Content
"implements textio badly" is *not* a well-defined issue.

First it is a personal judgement: some think it's really bad, some think it's quite ok.

More importantly, such issue has no clear success criterion: how do we know we are done - can we hope to EVER close such an issue? No, because somebody might still find bad behavior. An issue absolutely needs anobjective test to determine whether it is resolved, and to reproduce it, this is not negotiable. "it behaves badly" provides no test.

In any case,*this* issue is about sys.stdin being writable.

Any objection to checking in my patch?
History
Date User Action Args
2012-07-11 19:51:34loewissetrecipients: + loewis, terry.reedy, roger.serwy, serhiy.storchaka
2012-07-11 19:51:34loewissetmessageid: <1342036294.62.0.943279862937.issue15318@psf.upfronthosting.co.za>
2012-07-11 19:51:34loewislinkissue15318 messages
2012-07-11 19:51:33loewiscreate