summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-02-11 17:40:18 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-02-11 17:40:18 (GMT)
commit540227214cf96e9a0ba9f84f37e223b4a5252bee (patch)
tree34d7e75252078c6587b88bd37884ad9e14b3580d /Doc
parentbbe3335f65b20695698137ecbf08619ca1c94697 (diff)
downloadcpython-540227214cf96e9a0ba9f84f37e223b4a5252bee.zip
cpython-540227214cf96e9a0ba9f84f37e223b4a5252bee.tar.gz
cpython-540227214cf96e9a0ba9f84f37e223b4a5252bee.tar.bz2
whatsnew: undocumented Popen.wait endtime is deprecated.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.4.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index a31d017..e235564 100644
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -1529,6 +1529,10 @@ Deprecated Python Modules, Functions and Methods
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
-------------------------------------------