From 55e1c567761dfa8c066c33db39435583923a48fc Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 5 Dec 2003 17:42:06 +0000 Subject: [PATCH] Add news about removal of the PendingDeprecationWarning from apply(). --- Misc/NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) 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? ============================= -- 2.47.3