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:37:52
SpamBayes Score 0.056091186
Marked as misclassified No
Message-id <E1S6neS-0005Si-3l@dinsdale.python.org>
In-reply-to
Content
New changeset 41b1fe5a75a6 by Antoine Pitrou in branch '3.2':
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/41b1fe5a75a6

New changeset f452d7d5470d by Antoine Pitrou in branch 'default':
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/f452d7d5470d
History
Date User Action Args
2012-03-11 18:37:53python-devsetrecipients: + python-dev, loewis, gregory.p.smith, pitrou, tim.golden, brian.curtin, dabrahams
2012-03-11 18:37:53python-devlinkissue14252 messages
2012-03-11 18:37:52python-devcreate