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.09:51:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342000272.94.0.456241847246.issue15318@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy: can you please explicitly list what issues your patch fixes?

I can think of many *more* issues that your patch doesn't fix, e.g. sys.stdin.read(sys) and sys.stdout.read().

I'm quite opposed to monkey-patching, so I won't commit any patch that involves monkey-patching (i.e. _checked_text_writer). I'm also unsure what problem this change to monkey-patching solves: I believe the current code is fine in this respect as it stands.

Before you grow the patch to add many more lines of code, please try to stick to the "one issue at a time" principle. As a guideline: if you need to write additional lines of code, it's a separate issue.
History
Date User Action Args
2012-07-11 09:51:12loewissetrecipients: + loewis, terry.reedy, roger.serwy, serhiy.storchaka
2012-07-11 09:51:12loewissetmessageid: <1342000272.94.0.456241847246.issue15318@psf.upfronthosting.co.za>
2012-07-11 09:51:12loewislinkissue15318 messages
2012-07-11 09:51:11loewiscreate