mirror of https://github.com/python/cpython.git
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:
parent
760552ceb8
commit
f92544483f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue