diff options
author | James Gerity <snoopjedi@gmail.com> | 2023-05-11 17:12:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-11 17:12:02 (GMT) |
commit | 0449ffe3a4ddf03367a5ee3d943c89f442b7b407 (patch) | |
tree | 725782510197d69b2f23bda34d2e1942a1335463 /Misc | |
parent | 27419a71b5aa18baf24f4e640c5a6e8df9338928 (diff) | |
download | cpython-0449ffe3a4ddf03367a5ee3d943c89f442b7b407.zip cpython-0449ffe3a4ddf03367a5ee3d943c89f442b7b407.tar.gz cpython-0449ffe3a4ddf03367a5ee3d943c89f442b7b407.tar.bz2 |
gh-104301: Allow leading whitespace in disambiguated pdb statements (#104342)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-05-09-18-46-24.gh-issue-104301.gNnbId.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-05-09-18-46-24.gh-issue-104301.gNnbId.rst b/Misc/NEWS.d/next/Library/2023-05-09-18-46-24.gh-issue-104301.gNnbId.rst new file mode 100644 index 0000000..a44ad76 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-05-09-18-46-24.gh-issue-104301.gNnbId.rst @@ -0,0 +1 @@ +Allow leading whitespace in disambiguated statements in :mod:`pdb`. |