commit | 9b01c598ca2576a1056816e85dd84bf5f9c74688 | [log] [tgz] |
---|---|---|
author | Jordan Speicher <uSpike@users.noreply.github.com> | Sat Jul 18 08:05:44 2020 -0500 |
committer | GitHub <noreply@github.com> | Sat Jul 18 18:35:44 2020 +0530 |
tree | a063cbc15068fed78b8550272fee3af68b417f1f | |
parent | 80a50368c0e4dc9d56af0ce748dea35c9d96d23f [diff] [blame] |
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 3643d1a..c5360f9 100644 --- a/Doc/library/unittest.mock.rst +++ b/Doc/library/unittest.mock.rst
@@ -647,6 +647,9 @@ 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