summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorƁukasz Langa <lukasz@langa.pl>2021-11-03 15:53:36 (GMT)
committerGitHub <noreply@github.com>2021-11-03 15:53:36 (GMT)
commitfd6b70d6b715c2403a194a2b3eae3210e2e81742 (patch)
treec210dee89724286a13bc6d280c85fbd02c685b16 /Misc/NEWS.d
parent06247061798a1ac402940d6ec04604ffa0be6c7a (diff)
downloadcpython-fd6b70d6b715c2403a194a2b3eae3210e2e81742.zip
cpython-fd6b70d6b715c2403a194a2b3eae3210e2e81742.tar.gz
cpython-fd6b70d6b715c2403a194a2b3eae3210e2e81742.tar.bz2
[3.10] bpo-45578: add tests for `dis.distb` (GH-29332) (GH-29385)
(cherry picked from commit e346f196819aeb02a8a94205ce3e1536c4c2f105) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Tests/2021-10-30-19-00-25.bpo-45578.bvu6X2.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2021-10-30-19-00-25.bpo-45578.bvu6X2.rst b/Misc/NEWS.d/next/Tests/2021-10-30-19-00-25.bpo-45578.bvu6X2.rst
new file mode 100644
index 0000000..3d0e0ca
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2021-10-30-19-00-25.bpo-45578.bvu6X2.rst
@@ -0,0 +1 @@
+Add tests for :func:`dis.distb`