summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorTian Gao <gaogaotiantian@hotmail.com>2024-05-04 14:44:49 (GMT)
committerGitHub <noreply@github.com>2024-05-04 14:44:49 (GMT)
commitf34e965e52b9bdf157b829371870edfde45b80bf (patch)
tree56af0a688dbbc48353b3f97079debebdae6b8341 /Misc/NEWS.d
parentf6b5d3bdc83f8daca05e8b379190587a236585ef (diff)
downloadcpython-f34e965e52b9bdf157b829371870edfde45b80bf.zip
cpython-f34e965e52b9bdf157b829371870edfde45b80bf.tar.gz
cpython-f34e965e52b9bdf157b829371870edfde45b80bf.tar.bz2
GH-111744: Support opcode events in bdb (GH-111834)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2023-11-07-22-41-42.gh-issue-111744.TbLxF0.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-11-07-22-41-42.gh-issue-111744.TbLxF0.rst b/Misc/NEWS.d/next/Library/2023-11-07-22-41-42.gh-issue-111744.TbLxF0.rst
new file mode 100644
index 0000000..ed856e7
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-11-07-22-41-42.gh-issue-111744.TbLxF0.rst
@@ -0,0 +1 @@
+Support opcode events in :mod:`bdb`