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:
parent
841c93fcbc
commit
0692e7791f
|
@ -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
|
||||
-------------------
|
||||
|
|
Loading…
Reference in New Issue