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 palaviv
Recipients anacrolix, bethard, eli.bendersky, josh.r, markgrandi, moritz, palaviv, paul.j3, pitrou
Date 2016-03-05.17:56:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457200609.67.0.928709672313.issue14156@psf.upfronthosting.co.za>
In-reply-to
Content
I fixed the tests to work with Steven patch. Also changed the patch to open sys.std{in,out} with closefd=False.

I changed the 'io.StringIO' that we redirect the stdout, stderr to. Now the 'StdIOBuffer' return the real stdout,stderr when '-' is passed to FileType. This was already done in the 'stderr_to_parser_error' function previously after the call to 'parse_args'.
History
Date User Action Args
2016-03-05 17:56:49palavivsetrecipients: + palaviv, pitrou, bethard, eli.bendersky, anacrolix, paul.j3, moritz, markgrandi, josh.r
2016-03-05 17:56:49palavivsetmessageid: <1457200609.67.0.928709672313.issue14156@psf.upfronthosting.co.za>
2016-03-05 17:56:49palavivlinkissue14156 messages
2016-03-05 17:56:49palavivcreate