-
- Downloads
bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416)
Inspect.getdoc(ob) sometimes gets docstrings when ob.__doc__ is None. (cherry picked from commit 7ddbaa7a) Co-authored-by:Terry Jan Reedy <tjreedy@udel.edu>
Showing
- Lib/idlelib/NEWS.txt 3 additions, 0 deletionsLib/idlelib/NEWS.txt
- Lib/idlelib/calltip.py 2 additions, 4 deletionsLib/idlelib/calltip.py
- Lib/idlelib/idle_test/test_calltip.py 7 additions, 2 deletionsLib/idlelib/idle_test/test_calltip.py
- Misc/NEWS.d/next/IDLE/2020-11-20-01-30-27.bpo-42415.CyD-va.rst 1 addition, 0 deletions...NEWS.d/next/IDLE/2020-11-20-01-30-27.bpo-42415.CyD-va.rst
Please register or sign in to comment