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 bpoaugust, brian.curtin, eric.araujo, flox, jldm, ncoghlan, ned.deily, python-dev, r.david.murray, tim.golden, vstinner
Date 2013-11-03.14:23:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3dCK9t0962zMRc@mail.python.org>
In-reply-to
Content
New changeset c34e163c0086 by Tim Golden in branch '3.3':
Issue #10197 Rework subprocess.get[status]output to use subprocess functionality and thus to work on Windows. Patch by Nick Coghlan.
http://hg.python.org/cpython/rev/c34e163c0086

New changeset 05ce1bd1a4c2 by Tim Golden in branch 'default':
Issue #10197 Rework subprocess.get[status]output to use subprocess functionality and thus to work on Windows. Patch by Nick Coghlan.
http://hg.python.org/cpython/rev/05ce1bd1a4c2

New changeset b6efaa97ee0e by Tim Golden in branch '3.3':
Issue #10197: merge heads
http://hg.python.org/cpython/rev/b6efaa97ee0e

New changeset 28a0ae3dcb16 by Tim Golden in branch 'default':
Issue #10197: merge heads
http://hg.python.org/cpython/rev/28a0ae3dcb16

New changeset fe828884a077 by Tim Golden in branch 'default':
Issue #10197: merge 3.3
http://hg.python.org/cpython/rev/fe828884a077
History
Date User Action Args
2013-11-03 14:23:35python-devsetrecipients: + python-dev, ncoghlan, vstinner, tim.golden, ned.deily, eric.araujo, r.david.murray, brian.curtin, flox, jldm, bpoaugust
2013-11-03 14:23:35python-devlinkissue10197 messages
2013-11-03 14:23:35python-devcreate