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 berker.peksag, demian.brecht, ezio.melotti, michael.foord, pitrou, r.david.murray, rbcollins, serhiy.storchaka, zach.ware
Date 2014-09-26.15:29:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <2597534.Fss5oYmycT@raxxla>
In-reply-to <1411744844.93.0.356872138618.issue22197@psf.upfronthosting.co.za>
Content
Usages of test.support.verbose should be replaced by self.verbosity.

As for output buffering, may be replace sys.stdout by file-like object which 
flushes its buffered content to original stdout on failure and discard it on 
success. Or add the self.log file-like object with such behavior and redirect 
all verbose output to it.
History
Date User Action Args
2014-09-26 15:29:32serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, rbcollins, ezio.melotti, r.david.murray, michael.foord, berker.peksag, zach.ware, demian.brecht
2014-09-26 15:29:31serhiy.storchakalinkissue22197 messages
2014-09-26 15:29:31serhiy.storchakacreate