From: Jordan Speicher Date: Sat, 18 Jul 2020 13:05:44 +0000 (-0500) Subject: bpo-41325: Add version note for args and kwargs property in call object (GH-21525) X-Git-Tag: v3.10.0a1~375 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b01c598ca2576a1056816e85dd84bf5f9c74688;p=thirdparty%2FPython%2Fcpython.git bpo-41325: Add version note for args and kwargs property in call object (GH-21525) --- diff --git a/Doc/library/unittest.mock.rst b/Doc/library/unittest.mock.rst index 3643d1ad96ed..c5360f91f518 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 `. + .. versionchanged:: 3.8 + Added ``args`` and ``kwargs`` properties. + .. attribute:: call_args_list