diff options
author | Tian Gao <gaogaotiantian@hotmail.com> | 2023-09-04 21:44:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-04 21:44:40 (GMT) |
commit | 6304d983a0656c1841769bf36e5b42819508d21c (patch) | |
tree | c2434229a5d2c480b41e5a0b24b004c28a2218f7 /Misc/NEWS.d | |
parent | 7855d325e638a4b7f7b40f2c35dc80de82d8fe70 (diff) | |
download | cpython-6304d983a0656c1841769bf36e5b42819508d21c.zip cpython-6304d983a0656c1841769bf36e5b42819508d21c.tar.gz cpython-6304d983a0656c1841769bf36e5b42819508d21c.tar.bz2 |
gh-108463: Make expressions/statements work as expected in pdb (#108464)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-08-25-00-14-34.gh-issue-108463.mQApp_.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-08-25-00-14-34.gh-issue-108463.mQApp_.rst b/Misc/NEWS.d/next/Library/2023-08-25-00-14-34.gh-issue-108463.mQApp_.rst new file mode 100644 index 0000000..a5ab8e2 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-08-25-00-14-34.gh-issue-108463.mQApp_.rst @@ -0,0 +1 @@ +Make expressions/statements work as expected in pdb |