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

(cherry picked from commit 9b01c598ca)

Co-authored-by: Jordan Speicher <uSpike@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2020-07-18 06:14:32 -07:00 committed by GitHub
parent 760552ceb8
commit f92544483f
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