[Python-checkins] cpython: whatsnew: undocumented Popen.wait endtime is deprecated.

r.david.murray python-checkins at python.org
Tue Feb 11 18:40:32 CET 2014


http://hg.python.org/cpython/rev/48bf5edab3bc
changeset:   89156:48bf5edab3bc
user:        R David Murray <rdmurray at bitdance.com>
date:        Tue Feb 11 12:40:18 2014 -0500
summary:
  whatsnew: undocumented Popen.wait endtime is deprecated.

files:
  Doc/whatsnew/3.4.rst |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -1529,6 +1529,10 @@
   as deprecated in its docstring for quite some time.  It now emits a
   :exc:`DeprecationWarning` and will be removed completely in Python 3.5.
 
+* The undocumented *endtime* argument to :meth:`subprocess.Popen.wait` should
+  not have been exposed and is hopefully not in use; it is deprecated and
+  will mostly likely be removed in Python 3.5.
+
 
 Deprecated Functions and Types in the C API
 -------------------------------------------

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


More information about the Python-checkins mailing list