]> granicus.if.org Git - python/commit
Issue #20572: The subprocess.Popen.wait method's undocumented endtime
authorGregory P. Smith <greg@krypto.org>
Mon, 21 Nov 2016 00:25:14 +0000 (16:25 -0800)
committerGregory P. Smith <greg@krypto.org>
Mon, 21 Nov 2016 00:25:14 +0000 (16:25 -0800)
commitf0e98c510dd9bbc77b2ae3ebc888e6fba1549c5d
tree9c95d599820021e3f191b3b93ddd0c951c51f7fb
parentcf014413159c1fa2e8b1c1201c07b648b8b0adf2
Issue #20572: The subprocess.Popen.wait method's undocumented endtime
parameter now raises a DeprecationWarning.  It was deprecated in 3.4.
It was never documented prior to that.
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS