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 terry.reedy
Recipients rhettinger, terry.reedy
Date 2020-09-26.06:54:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601103293.87.0.0540702493014.issue41859@roundup.psfhosted.org>
In-reply-to
Content
On Windows, the only key I found that closed the completion box via keyrelease_event is Left Arrow.  If I explicitly caught that, the method might not be needed on Windows.  Next I will look at the triplets list and how something might be missing or deleted twice.

On my Mac Airbook with current 3.8.6 and 3.9.0rc2, I cannot get a completion box, even with the menu.  Do you have the same issue?

Reports with a traceback, like this one, are helpful and welcome.  If possible, include and information about either the code or action that triggered the exception.
History
Date User Action Args
2020-09-26 06:54:53terry.reedysetrecipients: + terry.reedy, rhettinger
2020-09-26 06:54:53terry.reedysetmessageid: <1601103293.87.0.0540702493014.issue41859@roundup.psfhosted.org>
2020-09-26 06:54:53terry.reedylinkissue41859 messages
2020-09-26 06:54:53terry.reedycreate