Message 42208 - Python tracker (original) (raw)
Logged In: YES user_id=33168
You mean, like these two lines at line 72 of Python/bltinmodule.c :-)
PyErr_Warn(PyExc_PendingDeprecationWarning,
"use func(*args, **kwargs) instead of
apply()");
Perhaps func should be function(...). Let me know if you want me to check that in. I did attach a patch too.