]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102980: Redirect output of pdb's `interact` command, add tests and improve docs...
authorTian Gao <gaogaotiantian@hotmail.com>
Thu, 7 Dec 2023 11:19:33 +0000 (02:19 -0900)
committerGitHub <noreply@github.com>
Thu, 7 Dec 2023 11:19:33 +0000 (11:19 +0000)
commit3d712a9f4c9f366edbe16b804ec4f6ae50b0a59f
tree4b6915cce4e4cbd629678b965d47e2949fd30ceb
parent4b125dd31a634871d3b2d06ebfd1b9aef539766b
gh-102980: Redirect output of pdb's `interact` command, add tests and improve docs (#111194)
Doc/library/pdb.rst
Lib/pdb.py
Lib/test/test_pdb.py
Misc/NEWS.d/next/Library/2023-10-23-03-49-34.gh-issue-102980.aXBd54.rst [new file with mode: 0644]