[issue23961] IDLE autocomplete window does not automatically close when selection is made

Al Sweigart report at bugs.python.org
Sat Apr 18 19:08:08 CEST 2015


Al Sweigart added the comment:

I should clarify: I'm referring to the "Show Completion" feature. The repro steps are (on Windows 7 64-bit, Python 3.5)

1. Type "pri"
2. Press Ctrl+Space or click Edit > Show Completions. The autocomplete window appears.
3. Press Tab. The text updates from "pri" to "print"
4. However, the autocomplete window is still there.
5. Pressing space or ( will then cause the autocomplete window to disappear.

This is distinct from issue 15786, but close enough that I'll close this bug and add this comment to it. Thanks for the input!

----------
resolution:  -> duplicate

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23961>
_______________________________________


More information about the Python-bugs-list mailing list