]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46434: Handle missing docstrings in pdb help (GH-30705)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 21 Jan 2022 17:33:25 +0000 (09:33 -0800)
committerGitHub <noreply@github.com>
Fri, 21 Jan 2022 17:33:25 +0000 (09:33 -0800)
commitc3ad850b57f92bd7c5515616b59afbd9e1c79538
tree3a6ef1b0f18c8e89906a0c75a5951ee03b7d8947
parent656971e4953a70a6048170377888db5530eea0a6
bpo-46434: Handle missing docstrings in pdb help (GH-30705)

(cherry picked from commit 60705cff70576482fea31dcafbf8a37cbb751ea5)

Co-authored-by: Tom Sparrow <793763+sparrowt@users.noreply.github.com>
Lib/pdb.py
Lib/test/test_pdb.py
Misc/ACKS
Misc/NEWS.d/next/Library/2022-01-20-10-35-10.bpo-46434.geS-aP.rst [new file with mode: 0644]