aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Speicher <uSpike@users.noreply.github.com>2020-07-18 08:05:44 -0500
committerGitHub <noreply@github.com>2020-07-18 18:35:44 +0530
commit9b01c598ca2576a1056816e85dd84bf5f9c74688 (patch)
treea063cbc15068fed78b8550272fee3af68b417f1f
parentbpo-41262: Convert memoryview to Argument Clinic. (GH-21421) (diff)
downloadcpython-9b01c598ca2576a1056816e85dd84bf5f9c74688.tar.gz
cpython-9b01c598ca2576a1056816e85dd84bf5f9c74688.tar.bz2
cpython-9b01c598ca2576a1056816e85dd84bf5f9c74688.zip
bpo-41325: Add version note for args and kwargs property in call object (GH-21525)
-rw-r--r--Doc/library/unittest.mock.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/unittest.mock.rst b/Doc/library/unittest.mock.rst
index 3643d1ad96e..c5360f91f51 100644
--- a/Doc/library/unittest.mock.rst
+++ b/Doc/library/unittest.mock.rst
@@ -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