summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-05-06 16:10:40 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-05-06 16:10:40 (GMT)
commit7f71e04cb510c24be337a22350324dc8a28e9775 (patch)
treedbeb710a30e361a92f2eeec75de79491c7f8983f /Misc
parent3234abb9a057beb88faeef96745f8c78772a88c2 (diff)
downloadcpython-7f71e04cb510c24be337a22350324dc8a28e9775.zip
cpython-7f71e04cb510c24be337a22350324dc8a28e9775.tar.gz
cpython-7f71e04cb510c24be337a22350324dc8a28e9775.tar.bz2
Issue #24134: assertRaises() and assertRaisesRegexp() checks are not longer
successful if the callable is None. Added tests for assertRaises().
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 99ed860..fe16b3c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,9 @@ Core and Builtins
Library
-------
+- Issue #24134: assertRaises() and assertRaisesRegexp() checks are not longer
+ successful if the callable is None.
+
- Issue #23008: Fixed resolving attributes with boolean value is False in pydoc.
- Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq's siftup