summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorTian Gao <gaogaotiantian@hotmail.com>2023-09-12 01:28:43 (GMT)
committerGitHub <noreply@github.com>2023-09-12 01:28:43 (GMT)
commit391f3e3ca904449a50b2dd5956684357fdce690b (patch)
treee94b10c6a10e0672ddfa03804c5003d07ba27919 /Misc/NEWS.d
parentb88d9e75f68f102aca45fa62e2b0e2e2ff46d810 (diff)
downloadcpython-391f3e3ca904449a50b2dd5956684357fdce690b.zip
cpython-391f3e3ca904449a50b2dd5956684357fdce690b.tar.gz
cpython-391f3e3ca904449a50b2dd5956684357fdce690b.tar.bz2
GH-106734: Disable tab completion in pdb's multiline mode (GH-106735)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2023-07-14-01-47-39.gh-issue-106734.eMYSoz.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-07-14-01-47-39.gh-issue-106734.eMYSoz.rst b/Misc/NEWS.d/next/Library/2023-07-14-01-47-39.gh-issue-106734.eMYSoz.rst
new file mode 100644
index 0000000..37d2ab1
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-07-14-01-47-39.gh-issue-106734.eMYSoz.rst
@@ -0,0 +1 @@
+Disable tab completion in multiline mode of :mod:`pdb`