Commit 713ade69 authored by Fred Drake's avatar Fred Drake

Add news about removal of the PendingDeprecationWarning from apply().

parent d75ede32
...@@ -12,6 +12,9 @@ What's New in Python 2.4 alpha 1? ...@@ -12,6 +12,9 @@ What's New in Python 2.4 alpha 1?
Core and builtins 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 - At Python shutdown time (Py_Finalize()), 2.3 called cyclic garbage
collection twice, both before and after tearing down modules. The collection twice, both before and after tearing down modules. The
call after tearing down modules has been disabled, because too much call after tearing down modules has been disabled, because too much
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment