Commit 01560de2 authored by Ezio Melotti's avatar Ezio Melotti

#16503: clarify "apply" docs.

parent 9fab5ce6
...@@ -1676,7 +1676,8 @@ bypass these functions without concerns about missing something important. ...@@ -1676,7 +1676,8 @@ bypass these functions without concerns about missing something important.
``function(*args, **keywords)``. ``function(*args, **keywords)``.
.. deprecated:: 2.3 .. deprecated:: 2.3
Use the extended call syntax with ``*args`` and ``**keywords`` instead. Use ``function(*args, **keywords)`` instead of
``apply(function, args, keywords)`` (see :ref:`tut-unpacking-arguments`).
.. function:: buffer(object[, offset[, size]]) .. function:: buffer(object[, offset[, size]])
......
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