]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-41325: Add version note for args and kwargs property in call object (GH-21525)
authorJordan Speicher <uSpike@users.noreply.github.com>
Sat, 18 Jul 2020 13:05:44 +0000 (08:05 -0500)
committerGitHub <noreply@github.com>
Sat, 18 Jul 2020 13:05:44 +0000 (18:35 +0530)
Doc/library/unittest.mock.rst

index 3643d1ad96ed11614291115cbbf7555098251b07..c5360f91f518d61f50b07b9c764046c04ca4dad0 100644 (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