[issue42239] IDLE: Restore or keep calltip when needed

Tal Einat report at bugs.python.org
Mon Nov 2 02:38:31 EST 2020


Tal Einat <taleinat+python at gmail.com> added the comment:

We already have a "<<refresh-calltip>>" virtual event which is triggered upon typing a closing parenthesis ')'. We could just have it always call "open_calltip()" rather than only doing so when one is already open.

See PR GH-23100.

----------

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


More information about the Python-bugs-list mailing list