]> granicus.if.org Git - python/commit
Issue #20572: Remove the subprocess.Popen.wait endtime parameter.
authorGregory P. Smith <greg@krypto.org>
Mon, 21 Nov 2016 00:31:07 +0000 (16:31 -0800)
committerGregory P. Smith <greg@krypto.org>
Mon, 21 Nov 2016 00:31:07 +0000 (16:31 -0800)
commit82604e03dcdd1ada0d505bd732d7531dde948491
tree77bb25922dddc290b5d31ceec14dcdb64627d90b
parent439f92ae3d46c7593159f5bb13d5a95495c2b4e7
parentf0e98c510dd9bbc77b2ae3ebc888e6fba1549c5d
Issue #20572: Remove the subprocess.Popen.wait endtime parameter.
It was deprecated in 3.4 and undocumented prior to that.
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS