diff options
author | Kushal Das <kushaldas@gmail.com> | 2016-06-02 17:20:16 (GMT) |
---|---|---|
committer | Kushal Das <kushaldas@gmail.com> | 2016-06-02 17:20:16 (GMT) |
commit | 9cd39a170b4e65bd17ba853e87134000523c055a (patch) | |
tree | 1cee2737612f86431f0ccbe918c5e5468bc1521e /Misc/NEWS | |
parent | e2e71685f34b7252f0832d3b1247685e63b5acf8 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ---- |