summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>2024-12-09 18:02:22 (GMT)
committerGitHub <noreply@github.com>2024-12-09 18:02:22 (GMT)
commite85f2f1703e0f79cfd0d0e3010190b71c0eb18da (patch)
tree1cbb1de4bf4ea317c86bde63e59940b6f424ae54 /Misc/NEWS.d/next
parent5eb7fd4d0fc37b91058086181afebec41e66e5ad (diff)
downloadcpython-e85f2f1703e0f79cfd0d0e3010190b71c0eb18da.zip
cpython-e85f2f1703e0f79cfd0d0e3010190b71c0eb18da.tar.gz
cpython-e85f2f1703e0f79cfd0d0e3010190b71c0eb18da.tar.bz2
gh-127637: add tests for `dis` command-line interface (#127759)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Tests/2024-12-09-12-35-44.gh-issue-127637.KLx-9I.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2024-12-09-12-35-44.gh-issue-127637.KLx-9I.rst b/Misc/NEWS.d/next/Tests/2024-12-09-12-35-44.gh-issue-127637.KLx-9I.rst
new file mode 100644
index 0000000..ac5d982
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2024-12-09-12-35-44.gh-issue-127637.KLx-9I.rst
@@ -0,0 +1 @@
+Add tests for the :mod:`dis` command-line interface. Patch by Bénédikt Tran.