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 loewis, roger.serwy, serhiy.storchaka, terry.reedy
Date 2012-07-11.11:23:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342005853.6314.39.camel@raxxla>
In-reply-to <1342001420.19.0.0283961540817.issue15318@psf.upfronthosting.co.za>
Content
> As an additional note: the change to monkey-patching breaks the test 
> 
> isinstance(sys.stdout, io.TextIOBase)
> 
> which currently succeeds.

Agree, this is a regression. However isinstance(sys.stdout,
io.TextIOBase) is False now in no-subprocess mode. This should be fixed
also.
History
Date User Action Args
2012-07-11 11:23:40serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, terry.reedy, roger.serwy
2012-07-11 11:23:40serhiy.storchakalinkissue15318 messages
2012-07-11 11:23:40serhiy.storchakacreate