From: Fred Drake Date: Fri, 5 Dec 2003 17:42:06 +0000 (+0000) Subject: Add news about removal of the PendingDeprecationWarning from apply(). X-Git-Tag: v2.3.3~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=55e1c567761dfa8c066c33db39435583923a48fc;p=thirdparty%2FPython%2Fcpython.git Add news about removal of the PendingDeprecationWarning from apply(). --- diff --git a/Misc/NEWS b/Misc/NEWS index f89ff9759b86..834f2d00faf9 100644 --- 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? =============================