This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author taleinat
Recipients taleinat, terry.reedy
Date 2020-11-02.07:38:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604302711.02.0.258689751876.issue42239@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-11-02 07:38:31taleinatsetrecipients: + taleinat, terry.reedy
2020-11-02 07:38:31taleinatsetmessageid: <1604302711.02.0.258689751876.issue42239@roundup.psfhosted.org>
2020-11-02 07:38:31taleinatlinkissue42239 messages
2020-11-02 07:38:31taleinatcreate