diff options
author | Tian Gao <gaogaotiantian@hotmail.com> | 2023-05-03 14:04:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-03 14:04:50 (GMT) |
commit | 0fc58c66bafbd20f02c206c801cf9ab939853164 (patch) | |
tree | 2c800e245c030eaa814c9645dce864ccbbea3cd9 /Misc | |
parent | 524a7f77fd8244835e382f076dd4a76404580bb3 (diff) | |
download | cpython-0fc58c66bafbd20f02c206c801cf9ab939853164.zip cpython-0fc58c66bafbd20f02c206c801cf9ab939853164.tar.gz cpython-0fc58c66bafbd20f02c206c801cf9ab939853164.tar.bz2 |
gh-103693: Add convenience variable feature to `pdb` (#103694)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-04-22-21-34-13.gh-issue-103693.SBtuLQ.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-04-22-21-34-13.gh-issue-103693.SBtuLQ.rst b/Misc/NEWS.d/next/Library/2023-04-22-21-34-13.gh-issue-103693.SBtuLQ.rst new file mode 100644 index 0000000..52c68bf --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-04-22-21-34-13.gh-issue-103693.SBtuLQ.rst @@ -0,0 +1 @@ +Add convenience variable feature to :mod:`pdb` |