[issue33429] IDLE tooltips stopped working between 2.7.14 and 2.7.15 on MacOS

Terry J. Reedy report at bugs.python.org
Sat May 5 05:15:48 EDT 2018


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Tooltips still work fine on Windows and given Serhiy's edit, I presume the same is true on Linux.  As far as I remember and have recorded in NEWS.txt, IDLE on 2.7 is unchanged for over a year, since sometime before 2.7.13 was released.  It is too easy to break something and not notice.  The IDLE tests, such as they are for 2.7, run without error.

If you haven't, run IDLE from a terminal to see if any TclErrors or other exceptions get displayed.  The immediately relevant files in idlelib, if you want to play with with debug prints, are CallTips.py and CallTipWindow.py.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33429>
_______________________________________


More information about the Python-bugs-list mailing list