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 gregory.p.smith, jcea, python-dev, tshepang, twhitema
Date 2012-09-29.18:58:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3XTfDM5xkpzNkx@mail.python.org>
In-reply-to
Content
New changeset 484c50bf445c by Gregory P. Smith in branch '3.2':
Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD
http://hg.python.org/cpython/rev/484c50bf445c

New changeset ba8d85552e34 by Gregory P. Smith in branch '3.3':
Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD
http://hg.python.org/cpython/rev/ba8d85552e34

New changeset 9032b3f52819 by Gregory P. Smith in branch 'default':
Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD to
http://hg.python.org/cpython/rev/9032b3f52819
History
Date User Action Args
2012-09-29 18:58:44python-devsetrecipients: + python-dev, gregory.p.smith, jcea, twhitema, tshepang
2012-09-29 18:58:44python-devlinkissue15756 messages
2012-09-29 18:58:44python-devcreate