summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorTian Gao <gaogaotiantian@hotmail.com>2023-05-31 20:51:46 (GMT)
committerGitHub <noreply@github.com>2023-05-31 20:51:46 (GMT)
commitd944d873b2d7a627c20246762e931f9d4fcf8fe7 (patch)
tree308cdc00c7a065c65b52bae3ead9946ef2f3b185 /Misc/NEWS.d
parented86e14b1672f32f0a31d72070e93d361ee0e2b4 (diff)
downloadcpython-d944d873b2d7a627c20246762e931f9d4fcf8fe7.zip
cpython-d944d873b2d7a627c20246762e931f9d4fcf8fe7.tar.gz
cpython-d944d873b2d7a627c20246762e931f9d4fcf8fe7.tar.bz2
gh-103464: Add checks for arguments of pdb commands (GH-103465)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2023-04-12-03-03-27.gh-issue-103464.Oa_8IW.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-04-12-03-03-27.gh-issue-103464.Oa_8IW.rst b/Misc/NEWS.d/next/Library/2023-04-12-03-03-27.gh-issue-103464.Oa_8IW.rst
new file mode 100644
index 0000000..6afaeb6
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-04-12-03-03-27.gh-issue-103464.Oa_8IW.rst
@@ -0,0 +1 @@
+Provide helpful usage messages when parsing incorrect :mod:`pdb` commands.