summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTian Gao <gaogaotiantian@hotmail.com>2024-10-15 19:30:28 (GMT)
committerGitHub <noreply@github.com>2024-10-15 19:30:28 (GMT)
commit9c2bb7d551a695f35db953a671a2ddca89426bef (patch)
tree4a11fa771c0b8a3cf3d1fe5ea45e4602b1c9fb02 /Misc
parent3ea488aac44887a7cdb30be69580c81a0ca6afe2 (diff)
downloadcpython-9c2bb7d551a695f35db953a671a2ddca89426bef.zip
cpython-9c2bb7d551a695f35db953a671a2ddca89426bef.tar.gz
cpython-9c2bb7d551a695f35db953a671a2ddca89426bef.tar.bz2
gh-125115: Pass unknown pdb command line args to script instead of fail (#125424)
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2024-10-14-02-07-44.gh-issue-125115.IOf3ON.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-10-14-02-07-44.gh-issue-125115.IOf3ON.rst b/Misc/NEWS.d/next/Library/2024-10-14-02-07-44.gh-issue-125115.IOf3ON.rst
new file mode 100644
index 0000000..3583d53
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-10-14-02-07-44.gh-issue-125115.IOf3ON.rst
@@ -0,0 +1 @@
+Fixed a bug in :mod:`pdb` where arguments starting with ``-`` can't be passed to the debugged script.