mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
issue 20572: remove the deprecation notice for the deleted endtime parameter.
This commit is contained in:
parent
82604e03dc
commit
a9ef715b39
1 changed files with 0 additions and 6 deletions
|
|
@ -608,12 +608,6 @@ Instances of the :class:`Popen` class have the following methods:
|
|||
.. versionchanged:: 3.3
|
||||
*timeout* was added.
|
||||
|
||||
.. deprecated:: 3.4
|
||||
|
||||
Do not use the *endtime* parameter. It is was unintentionally
|
||||
exposed in 3.3 but was left undocumented as it was intended to be
|
||||
private for internal use. Use *timeout* instead.
|
||||
|
||||
.. method:: Popen.communicate(input=None, timeout=None)
|
||||
|
||||
Interact with process: Send data to stdin. Read data from stdout and stderr,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue