summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorIrit Katriel <iritkatriel@yahoo.com>2020-11-02 19:25:29 (GMT)
committerGitHub <noreply@github.com>2020-11-02 19:25:29 (GMT)
commit6fdfcec5b11f44f27aae3d53ddeb004150ae1f61 (patch)
treee9e669365f26bd39003be9b4e698959eb413881d /Misc
parentaca67da4fe68d5420401ac1782203d302875eb27 (diff)
downloadcpython-6fdfcec5b11f44f27aae3d53ddeb004150ae1f61.zip
cpython-6fdfcec5b11f44f27aae3d53ddeb004150ae1f61.tar.gz
cpython-6fdfcec5b11f44f27aae3d53ddeb004150ae1f61.tar.bz2
bpo-41943: Fix bug where assertLogs doesn't correctly filter messages… (GH-22565)
… by level @vsajip , @pitrou Automerge-Triggered-By: GH:vsajip
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2020-10-07-18-36-03.bpo-41943.Pt55fT.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-10-07-18-36-03.bpo-41943.Pt55fT.rst b/Misc/NEWS.d/next/Library/2020-10-07-18-36-03.bpo-41943.Pt55fT.rst
new file mode 100644
index 0000000..3a7874d
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-10-07-18-36-03.bpo-41943.Pt55fT.rst
@@ -0,0 +1 @@
+Fix bug where TestCase.assertLogs doesn't correctly filter messages by level. \ No newline at end of file