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 Al.Sweigart
Recipients Al.Sweigart, littleq0903, ned.deily, roger.serwy, suddha.sourav, taleinat, terry.reedy
Date 2015-04-18.17:09:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429376956.64.0.220388467411.issue15786@psf.upfronthosting.co.za>
In-reply-to
Content
Additionally, pressing tab after the autocomplete window has appeared should not just update the text but also close the autocomplete window.

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.
History
Date User Action Args
2015-04-18 17:09:16Al.Sweigartsetrecipients: + Al.Sweigart, terry.reedy, taleinat, ned.deily, roger.serwy, littleq0903, suddha.sourav
2015-04-18 17:09:16Al.Sweigartsetmessageid: <1429376956.64.0.220388467411.issue15786@psf.upfronthosting.co.za>
2015-04-18 17:09:16Al.Sweigartlinkissue15786 messages
2015-04-18 17:09:16Al.Sweigartcreate