summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorTian Gao <gaogaotiantian@hotmail.com>2024-06-16 19:05:07 (GMT)
committerGitHub <noreply@github.com>2024-06-16 19:05:07 (GMT)
commit1c41aa78d85ee9224cc8609302f7a9b47c6186be (patch)
tree2baee2dcd4b2a3016edff8c0bb6cef3e87e41a34 /Misc/NEWS.d
parent6ee68fbf9ba6ae79ec6691517c245690fb60bab2 (diff)
downloadcpython-1c41aa78d85ee9224cc8609302f7a9b47c6186be.zip
cpython-1c41aa78d85ee9224cc8609302f7a9b47c6186be.tar.gz
cpython-1c41aa78d85ee9224cc8609302f7a9b47c6186be.tar.bz2
[3.13] gh-119824: Print stack entry when user input is needed (GH-119882) (#120533)
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2024-05-31-21-17-43.gh-issue-119824.CQlxWV.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-05-31-21-17-43.gh-issue-119824.CQlxWV.rst b/Misc/NEWS.d/next/Library/2024-05-31-21-17-43.gh-issue-119824.CQlxWV.rst
new file mode 100644
index 0000000..fd6d8d7
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-05-31-21-17-43.gh-issue-119824.CQlxWV.rst
@@ -0,0 +1 @@
+Print stack entry in :mod:`pdb` when and only when user input is needed.