projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbe3335
)
whatsnew: undocumented Popen.wait endtime is deprecated.
author
R David Murray
<rdmurray@bitdance.com>
Tue, 11 Feb 2014 17:40:18 +0000
(12:40 -0500)
committer
R David Murray
<rdmurray@bitdance.com>
Tue, 11 Feb 2014 17:40:18 +0000
(12:40 -0500)
Doc/whatsnew/3.4.rst
patch
|
blob
|
history
diff --git
a/Doc/whatsnew/3.4.rst
b/Doc/whatsnew/3.4.rst
index a31d0179c9514708a215da11edb3f29243628f63..e235564efaef401064b2a6beb196cab82f68aab2 100644
(file)
--- 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
-------------------------------------------