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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, bostjan.mejak
Date 2013-07-03.11:02:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372849354.42.0.243192626411.issue18350@psf.upfronthosting.co.za>
In-reply-to
Content
wxPython tests override unittest.TextTestRunner:
    self.stream = unittest.runner._WritelnDecorator(BytesIO())

Using bytes is wrong. Output stream should be a text file.
History
Date User Action Args
2013-07-03 11:02:34amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, bostjan.mejak
2013-07-03 11:02:34amaury.forgeotdarcsetmessageid: <1372849354.42.0.243192626411.issue18350@psf.upfronthosting.co.za>
2013-07-03 11:02:34amaury.forgeotdarclinkissue18350 messages
2013-07-03 11:02:34amaury.forgeotdarccreate