[Python-checkins] cpython: issue 20572: remove the deprecation notice for the deleted endtime parameter.

gregory.p.smith python-checkins at python.org
Sun Nov 20 19:35:35 EST 2016


https://hg.python.org/cpython/rev/54b2f377653d
changeset:   105252:54b2f377653d
user:        Gregory P. Smith <greg at krypto.org>
date:        Sun Nov 20 16:35:30 2016 -0800
summary:
  issue 20572: remove the deprecation notice for the deleted endtime parameter.

files:
  Doc/library/subprocess.rst |  6 ------
  1 files changed, 0 insertions(+), 6 deletions(-)


diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst
--- a/Doc/library/subprocess.rst
+++ b/Doc/library/subprocess.rst
@@ -608,12 +608,6 @@
    .. 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,

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list