]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416)
authorTerry Jan Reedy <tjreedy@udel.edu>
Fri, 20 Nov 2020 06:59:11 +0000 (01:59 -0500)
committerGitHub <noreply@github.com>
Fri, 20 Nov 2020 06:59:11 +0000 (01:59 -0500)
commit7ddbaa7a1b3e61847ee99658be6a7268a049e302
tree4e4a1aa9c86eeef83e11d18a81dbb8663142661e
parente1dc0db8c7cb8c4d7343e051ba85146b375bb8e0
bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416)

Inspect.getdoc(ob) sometimes gets docstrings when ob.__doc__ is None.
Lib/idlelib/NEWS.txt
Lib/idlelib/calltip.py
Lib/idlelib/idle_test/test_calltip.py
Misc/NEWS.d/next/IDLE/2020-11-20-01-30-27.bpo-42415.CyD-va.rst [new file with mode: 0644]