Add versionadded directive for BoundArguments.apply_defaults().

This commit is contained in:
Berker Peksag 2015-05-16 23:29:31 +03:00
parent 9e7990ae21
commit 5b3df5b600
1 changed files with 2 additions and 0 deletions

View File

@ -702,6 +702,8 @@ function.
>>> ba.arguments
OrderedDict([('a', 'spam'), ('b', 'ham'), ('args', ())])
.. versionadded:: 3.5
The :attr:`args` and :attr:`kwargs` properties can be used to invoke
functions::