Commit 72e4777c authored by Gregory P. Smith's avatar Gregory P. Smith

Deprecate Popen.wait()'s undocumented endtime parameter. issue20572.

parent 06e2db2d
......@@ -639,6 +639,11 @@ Instances of the :class:`Popen` class have the following methods:
.. versionchanged:: 3.3
*timeout* was added.
.. deprecated:: 3.4
Do not use the undocumented *endtime* parameter. It is was
unintentionally exposed in 3.3 but was intended to be private
for internal use. Use *timeout* instead.
.. method:: Popen.communicate(input=None, timeout=None)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment