summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2016-10-06 21:31:23 (GMT)
committerGregory P. Smith <greg@krypto.org>2016-10-06 21:31:23 (GMT)
commitac5084b6c760ff5e6469854373fe6c3c81804f87 (patch)
tree091838773df00af3922173237691abc99d9e3044 /Misc
parent0ebdd0776c95a578ac9d25a27a34492144a04a0a (diff)
downloadcpython-ac5084b6c760ff5e6469854373fe6c3c81804f87.zip
cpython-ac5084b6c760ff5e6469854373fe6c3c81804f87.tar.gz
cpython-ac5084b6c760ff5e6469854373fe6c3c81804f87.tar.bz2
Fixes issue28380: unittest.mock Mock autospec functions now properly support
assert_called, assert_not_called, and assert_called_once.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5c5583a..b03cc81 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -53,6 +53,9 @@ Core and Builtins
Library
-------
+- Issue #28380: unittest.mock Mock autospec functions now properly support
+ assert_called, assert_not_called, and assert_called_once.
+
- Issue #27181 remove statistics.geometric_mean and defer until 3.7.
- Issue #28229: lzma module now supports pathlib.