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 /Doc/whatsnew | |
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 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.13.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 5d8ecbb..de23172 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -173,6 +173,10 @@ pdb the new ``exceptions [exc_number]`` command for Pdb. (Contributed by Matthias Bussonnier in :gh:`106676`.) +* Expressions/Statements whose prefix is a pdb command are now correctly + identified and executed. + (Contributed by Tian Gao in :gh:`108464`.) + sqlite3 ------- |