]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41609: Fix output of pdb's whatis command for instance methods (GH-21935)
authorIrit Katriel <iritkatriel@yahoo.com>
Thu, 27 Aug 2020 00:51:12 +0000 (01:51 +0100)
committerGitHub <noreply@github.com>
Thu, 27 Aug 2020 00:51:12 +0000 (02:51 +0200)
commit022bc7572f061e1d1132a4db9d085b29707701e7
tree1db083ef0a97c394667bd413b4d04b33dbb2d7c6
parentb260635b3db5715adf7a9a3df542c171fb7296ef
bpo-41609: Fix output of pdb's whatis command for instance methods (GH-21935)
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]