]> granicus.if.org Git - python/commitdiff
issue 20572: remove the deprecation notice for the deleted endtime parameter.
authorGregory P. Smith <greg@krypto.org>
Mon, 21 Nov 2016 00:35:30 +0000 (16:35 -0800)
committerGregory P. Smith <greg@krypto.org>
Mon, 21 Nov 2016 00:35:30 +0000 (16:35 -0800)
Doc/library/subprocess.rst

index ad2abe824536227462a02b158794472effc24e73..ea065b897e1473dfa2fb7c7a273420e0c510be58 100644 (file)
@@ -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,