diff options
author | Tian Gao <gaogaotiantian@hotmail.com> | 2023-05-31 20:51:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-31 20:51:46 (GMT) |
commit | d944d873b2d7a627c20246762e931f9d4fcf8fe7 (patch) | |
tree | 308cdc00c7a065c65b52bae3ead9946ef2f3b185 /Misc/NEWS.d | |
parent | ed86e14b1672f32f0a31d72070e93d361ee0e2b4 (diff) | |
download | cpython-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.rst | 1 |
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. |