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 Daryl Luna, Mariatta, berker.peksag, georg.brandl, giampaolo.rodola, gps, gregory.p.smith, larry, martin.panter, python-dev, r.david.murray, rnk
Date 2016-11-21.00:31:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20161121003116.41201.48064.E95E7DE3@psf.io>
In-reply-to
Content
New changeset 0e8aa537c565 by Gregory P. Smith in branch '3.6':
Issue #20572: The subprocess.Popen.wait method's undocumented endtime
https://hg.python.org/cpython/rev/0e8aa537c565

New changeset f02422c6110a by Gregory P. Smith in branch 'default':
Issue #20572: Remove the subprocess.Popen.wait endtime parameter.
https://hg.python.org/cpython/rev/f02422c6110a
History
Date User Action Args
2016-11-21 00:31:19python-devsetrecipients: + python-dev, georg.brandl, gregory.p.smith, larry, giampaolo.rodola, gps, r.david.murray, rnk, berker.peksag, martin.panter, Daryl Luna, Mariatta
2016-11-21 00:31:19python-devlinkissue20572 messages
2016-11-21 00:31:19python-devcreate