]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add news about removal of the PendingDeprecationWarning from apply().
authorFred Drake <fdrake@acm.org>
Fri, 5 Dec 2003 17:42:06 +0000 (17:42 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 5 Dec 2003 17:42:06 +0000 (17:42 +0000)
Misc/NEWS

index f89ff9759b8643eea1d617b1ec71f15baf2d177b..834f2d00faf92d1183e5c947b3fc36056d82b4a4 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,6 +4,15 @@ Python News
 
 (editors: check NEWS.help for information about editing NEWS using ReST.)
 
+What's New in Python 2.3.3c2?
+=============================
+
+Core and builtins
+-----------------
+
+- Removed PendingDeprecationWarning from apply().  apply() remains
+  deprecated, but the nuissance warning will not be issued.
+
 What's New in Python 2.3.3c1?
 =============================