summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorTian Gao <gaogaotiantian@hotmail.com>2024-06-14 18:25:23 (GMT)
committerGitHub <noreply@github.com>2024-06-14 18:25:23 (GMT)
commited60ab5fab6d187068cb3e0f0d4192ebf3a228b7 (patch)
tree3dd1231b14dd5378341f73843c663305ae3a4a08 /Misc/NEWS.d
parent7fadfd82ebf6ea90b38cb3f2a046a51f8601a205 (diff)
downloadcpython-ed60ab5fab6d187068cb3e0f0d4192ebf3a228b7.zip
cpython-ed60ab5fab6d187068cb3e0f0d4192ebf3a228b7.tar.gz
cpython-ed60ab5fab6d187068cb3e0f0d4192ebf3a228b7.tar.bz2
gh-119824: Print stack entry when user input is needed (#119882)
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.