summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2015-03-12 18:42:48 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2015-03-12 18:42:48 (GMT)
commit9bd8af788d4f788ae678898b5edff035fe2b9a8e (patch)
tree67e57a7ee03bcb0af6cd173a8d158b5dfc7aa21a /Misc
parent4a0e14730b8cc6ae5b13d634069ea38fa08bc24a (diff)
downloadcpython-9bd8af788d4f788ae678898b5edff035fe2b9a8e.zip
cpython-9bd8af788d4f788ae678898b5edff035fe2b9a8e.tar.gz
cpython-9bd8af788d4f788ae678898b5edff035fe2b9a8e.tar.bz2
Issue #23581: Add matmul support to MagicMock.
Patch by Håkan Lövdahl.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5c87046..64d77aa 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,8 @@ Core and Builtins
Library
-------
+- Issue #23581: Add matmul support to MagicMock. Patch by Håkan Lövdahl.
+
- Issue #23566: enable(), register(), dump_traceback() and
dump_traceback_later() functions of faulthandler now accept file
descriptors. Patch by Wei Wu.