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 sedrubal
Recipients Marcel H2, bethard, eli.bendersky, evan_, josh.r, markgrandi, moritz, naufraghi, palaviv, paul.j3, sedrubal
Date 2017-07-09.21:07:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499634438.73.0.740414353986.issue14156@psf.upfronthosting.co.za>
In-reply-to
Content
What is the problem with using the patch by moritz (https://bugs.python.org/issue14156#msg162342) and change the unit test to this:


class TestFileTypeWB(TempDirMixin, ParserTestCase):
    ...
    successes = [
        ...,
        ('-x - -', NS(x=sys.stdout.buffer, spam=sys.stdout.buffer)),
    ]


and respectively for stdin?
History
Date User Action Args
2017-07-09 21:07:18sedrubalsetrecipients: + sedrubal, bethard, naufraghi, eli.bendersky, paul.j3, moritz, markgrandi, josh.r, palaviv, evan_, Marcel H2
2017-07-09 21:07:18sedrubalsetmessageid: <1499634438.73.0.740414353986.issue14156@psf.upfronthosting.co.za>
2017-07-09 21:07:18sedruballinkissue14156 messages
2017-07-09 21:07:18sedrubalcreate