summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2021-11-16 03:11:02 (GMT)
committerGitHub <noreply@github.com>2021-11-16 03:11:02 (GMT)
commit7c99e434a9b3830698d52a62fe8641d480856ca9 (patch)
tree6a94f9c4b6de36482ba5a4cd045636242fc4f670 /Misc/NEWS.d
parent94dad5e41e5863e03972f3f3646087fb591f73f9 (diff)
downloadcpython-7c99e434a9b3830698d52a62fe8641d480856ca9.zip
cpython-7c99e434a9b3830698d52a62fe8641d480856ca9.tar.gz
cpython-7c99e434a9b3830698d52a62fe8641d480856ca9.tar.bz2
ensure deprecation warning from assertDictContainsSubset points at actual test code (#26497)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2021-06-02-16-39-42.bpo-44295.erg01m.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-06-02-16-39-42.bpo-44295.erg01m.rst b/Misc/NEWS.d/next/Library/2021-06-02-16-39-42.bpo-44295.erg01m.rst
new file mode 100644
index 0000000..86501c1
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2021-06-02-16-39-42.bpo-44295.erg01m.rst
@@ -0,0 +1,2 @@
+Ensure deprecation warning from :func:`assertDictContainsSubset` points at
+calling code - by Anthony Sottile.