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

This commit is contained in:
Fred Drake 2003-12-05 17:43:47 +00:00
parent d75ede3238
commit 713ade69c5
1 changed files with 3 additions and 0 deletions

View File

@ -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