]> granicus.if.org Git - python/commitdiff
Add news about removal of the PendingDeprecationWarning from apply().
authorFred Drake <fdrake@acm.org>
Fri, 5 Dec 2003 17:43:47 +0000 (17:43 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 5 Dec 2003 17:43:47 +0000 (17:43 +0000)
Misc/NEWS

index 78118cf8a3e772f719f098e7ad0e26a7b6ae46b8..9f57728f0db6fc318bef87420df7f1193cfcbd08 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.4 alpha 1?
 Core and builtins
 -----------------
 
+- Removed PendingDeprecationWarning from apply().  apply() remains
+  deprecated, but the nuissance warning will not be issued.
+
 - At Python shutdown time (Py_Finalize()), 2.3 called cyclic garbage
   collection twice, both before and after tearing down modules.  The
   call after tearing down modules has been disabled, because too much