Note that the Pending Deprecation warning was removed from apply() in

2.3.3, but that the function remains deprecated.
This commit is contained in:
Fred Drake 2003-12-05 17:51:40 +00:00
parent 841c93fcbc
commit 0692e7791f
1 changed files with 5 additions and 0 deletions

View File

@ -129,6 +129,11 @@ Pattern::
apply(f, args, kwds) --> f(*args, **kwds)
Note: The Pending Deprecation was removed from apply() in Python 2.3.3
since it creates pain for people who need to maintain code that works
with Python versions as far back as 1.5.2, where there was no
alternative to apply(). The function remains deprecated, however.
Python 2.2 or Later
-------------------