]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-41325: Add version note for args and kwargs property in call object (GH-21525)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 18 Jul 2020 13:13:21 +0000 (06:13 -0700)
committerGitHub <noreply@github.com>
Sat, 18 Jul 2020 13:13:21 +0000 (06:13 -0700)
(cherry picked from commit 9b01c598ca2576a1056816e85dd84bf5f9c74688)

Co-authored-by: Jordan Speicher <uSpike@users.noreply.github.com>
Doc/library/unittest.mock.rst

index e92f5545d3eb0573da999ce88a1c2087162a6da8..34966b38a0dcd8fbc3fe3cf4010ed5d7982cec29 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