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 Yaniv.Aknin, amaury.forgeotdarc, dmalcolm, dwalczak, giampaolo.rodola, gregory.p.smith, mcrute, pitrou, python-dev, rosslagerwall, simon3z
Date 2011-04-05.14:10:14
SpamBayes Score 0.0006068562
Marked as misclassified No
Message-id <E1Q76xR-00062I-Up@dinsdale.python.org>
In-reply-to
Content
New changeset c10d55c51d81 by Ross Lagerwall in branch '2.7':
Issue #10963: Ensure that subprocess.communicate() never raises EPIPE.
http://hg.python.org/cpython/rev/c10d55c51d81

New changeset 158495d49f58 by Ross Lagerwall in branch '3.1':
Issue #10963: Ensure that subprocess.communicate() never raises EPIPE.
http://hg.python.org/cpython/rev/158495d49f58
History
Date User Action Args
2011-04-05 14:10:21python-devsetrecipients: + python-dev, gregory.p.smith, amaury.forgeotdarc, pitrou, giampaolo.rodola, dwalczak, dmalcolm, mcrute, Yaniv.Aknin, rosslagerwall, simon3z
2011-04-05 14:10:14python-devlinkissue10963 messages
2011-04-05 14:10:14python-devcreate