From: Gregory P. Smith <greg@krypto.org>
Date: Mon, 21 Nov 2016 00:35:30 +0000 (-0800)
Subject: issue 20572: remove the deprecation notice for the deleted endtime parameter.
X-Git-Tag: v3.7.0a1~1931
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9ef715b399415a0007f6bdfd7d6a90590892c2d;p=python

issue 20572: remove the deprecation notice for the deleted endtime parameter.
---

diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst
index ad2abe8245..ea065b897e 100644
--- a/Doc/library/subprocess.rst
+++ b/Doc/library/subprocess.rst
@@ -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,