summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorKushal Das <kushaldas@gmail.com>2016-06-02 17:20:16 (GMT)
committerKushal Das <kushaldas@gmail.com>2016-06-02 17:20:16 (GMT)
commit9cd39a170b4e65bd17ba853e87134000523c055a (patch)
tree1cee2737612f86431f0ccbe918c5e5468bc1521e /Misc/NEWS
parente2e71685f34b7252f0832d3b1247685e63b5acf8 (diff)
downloadcpython-9cd39a170b4e65bd17ba853e87134000523c055a.zip
cpython-9cd39a170b4e65bd17ba853e87134000523c055a.tar.gz
cpython-9cd39a170b4e65bd17ba853e87134000523c055a.tar.bz2
Issue #21271: Adds new keyword only parameters in reset_mock call
We now have two keyword only parameters in the reset_mock function to selectively reset the return_value or the side_effects, or both.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 267ce71..efe1e92 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -36,6 +36,8 @@ Library
- Issue #27056: Optimize pickle.load() and pickle.loads(), up to 10% faster
to deserialize a lot of small objects.
+- Issue #21271: New keyword only parameters in reset_mock call.
+
IDLE
----