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

(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]