diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2015-03-12 18:42:48 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2015-03-12 18:42:48 (GMT) |
commit | 9bd8af788d4f788ae678898b5edff035fe2b9a8e (patch) | |
tree | 67e57a7ee03bcb0af6cd173a8d158b5dfc7aa21a /Misc | |
parent | 4a0e14730b8cc6ae5b13d634069ea38fa08bc24a (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |