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 python-dev
Recipients akira, gregory.p.smith, josh.r, martin.panter, python-dev, r.david.murray, vstinner
Date 2016-05-13.07:55:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160513075547.26208.87927.E884ECCE@psf.io>
In-reply-to
Content
New changeset 642933771fa5 by Martin Panter in branch '3.5':
Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li
https://hg.python.org/cpython/rev/642933771fa5

New changeset 5979e7aadd59 by Martin Panter in branch 'default':
Issue #22274: Merge stderr=STDOUT fix from 3.5
https://hg.python.org/cpython/rev/5979e7aadd59

New changeset 5f46ecaf8c6e by Martin Panter in branch '2.7':
Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li
https://hg.python.org/cpython/rev/5f46ecaf8c6e
History
Date User Action Args
2016-05-13 07:55:51python-devsetrecipients: + python-dev, gregory.p.smith, vstinner, r.david.murray, akira, martin.panter, josh.r
2016-05-13 07:55:51python-devlinkissue22274 messages
2016-05-13 07:55:51python-devcreate