diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-06 16:10:40 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-06 16:10:40 (GMT) |
commit | 7f71e04cb510c24be337a22350324dc8a28e9775 (patch) | |
tree | dbeb710a30e361a92f2eeec75de79491c7f8983f /Misc | |
parent | 3234abb9a057beb88faeef96745f8c78772a88c2 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |