summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorJelle Zijlstra <jelle.zijlstra@gmail.com>2024-06-20 14:07:24 (GMT)
committerGitHub <noreply@github.com>2024-06-20 14:07:24 (GMT)
commite8e151d4715839f785ff853c77594d7302b40266 (patch)
tree2e83f26c9245bd90c84eb42cd37414f40fc40fc6 /Misc/NEWS.d
parent55596ae0446e40f47e2a28b8897fe9530c32a19a (diff)
downloadcpython-e8e151d4715839f785ff853c77594d7302b40266.zip
cpython-e8e151d4715839f785ff853c77594d7302b40266.tar.gz
cpython-e8e151d4715839f785ff853c77594d7302b40266.tar.bz2
gh-120780: Show attribute name for LOAD_SPECIAL in dis output (#120781)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2024-06-19-23-08-25.gh-issue-120780.0Omopb.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-06-19-23-08-25.gh-issue-120780.0Omopb.rst b/Misc/NEWS.d/next/Library/2024-06-19-23-08-25.gh-issue-120780.0Omopb.rst
new file mode 100644
index 0000000..df3cfbc
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-06-19-23-08-25.gh-issue-120780.0Omopb.rst
@@ -0,0 +1 @@
+Show string value of LOAD_SPECIAL oparg in :mod:`dis` output.