bpo-41325: Add version note for args and kwargs property in call object (GH-21525)

This commit is contained in:
Jordan Speicher 2020-07-18 08:05:44 -05:00 committed by GitHub
parent 80a50368c0
commit 9b01c598ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -647,6 +647,9 @@ the *new_callable* argument to :func:`patch`.
arguments and make more complex assertions. See
:ref:`calls as tuples <calls-as-tuples>`.
.. versionchanged:: 3.8
Added ``args`` and ``kwargs`` properties.
.. attribute:: call_args_list