]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41609: Fix output of pdb's whatis command for instance methods (GH-21935) (#21977)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 27 Aug 2020 01:17:40 +0000 (18:17 -0700)
committerGitHub <noreply@github.com>
Thu, 27 Aug 2020 01:17:40 +0000 (03:17 +0200)
commit7361451b97a30de0e758094ac83a1fb1f01ed5bb
treed0bf78c72a7c1dade87db56c1e63c7e877a6a919
parent211e4c6e9c1ab60bb2577dda6587fbec79f679b2
bpo-41609: Fix output of pdb's whatis command for instance methods (GH-21935) (#21977)

(cherry picked from commit 022bc7572f061e1d1132a4db9d085b29707701e7)

Co-authored-by: Irit Katriel <iritkatriel@yahoo.com>
Lib/pdb.py
Lib/test/test_pdb.py
Misc/NEWS.d/next/Library/2020-08-21-15-51-15.bpo-41609.JmiUKG.rst [new file with mode: 0644]