summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-12-05 17:43:47 (GMT)
committerFred Drake <fdrake@acm.org>2003-12-05 17:43:47 (GMT)
commit713ade69c5ad52fdaac69d9e777b125da2cf1c75 (patch)
tree757e87478ffef1073771ef2954cd4f2d555df829 /Misc
parentd75ede32382352930d6c8c8c6bac472010c2f782 (diff)
downloadcpython-713ade69c5ad52fdaac69d9e777b125da2cf1c75.zip
cpython-713ade69c5ad52fdaac69d9e777b125da2cf1c75.tar.gz
cpython-713ade69c5ad52fdaac69d9e777b125da2cf1c75.tar.bz2
Add news about removal of the PendingDeprecationWarning from apply().
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 78118cf..9f57728 100644
--- 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