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.10:10:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342001420.19.0.0283961540817.issue15318@psf.upfronthosting.co.za>
In-reply-to
Content
As an additional note: the change to monkey-patching breaks the test 

isinstance(sys.stdout, io.TextIOBase)

which currently succeeds.
History
Date User Action Args
2012-07-11 10:10:20loewissetrecipients: + loewis, terry.reedy, roger.serwy, serhiy.storchaka
2012-07-11 10:10:20loewissetmessageid: <1342001420.19.0.0283961540817.issue15318@psf.upfronthosting.co.za>
2012-07-11 10:10:19loewislinkissue15318 messages
2012-07-11 10:10:19loewiscreate