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 brian.curtin, dabrahams, gregory.p.smith, loewis, pitrou, python-dev, tim.golden
Date 2012-03-11.18:45:19
SpamBayes Score 0.09315818
Marked as misclassified No
Message-id <E1S6nle-00067B-8s@dinsdale.python.org>
In-reply-to
Content
New changeset b6ec3b717f7e by Antoine Pitrou in branch '2.7':
Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited.
http://hg.python.org/cpython/rev/b6ec3b717f7e
History
Date User Action Args
2012-03-11 18:45:20python-devsetrecipients: + python-dev, loewis, gregory.p.smith, pitrou, tim.golden, brian.curtin, dabrahams
2012-03-11 18:45:19python-devlinkissue14252 messages
2012-03-11 18:45:19python-devcreate