whatsnew: undocumented Popen.wait endtime is deprecated.

This commit is contained in:
R David Murray 2014-02-11 12:40:18 -05:00
parent bbe3335f65
commit 540227214c
1 changed files with 4 additions and 0 deletions

View File

@ -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
-------------------------------------------