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 ned.deily
Recipients Alessandro Rosa, ned.deily, ronaldoussoren, taleinat, wordtech
Date 2015-07-06.18:46:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436208415.27.0.647086230301.issue24570@psf.upfronthosting.co.za>
In-reply-to
Content
Kevin, I think that Autocomplete is implemented as an IDLE extension in:
Lib/idlelib/AutoComplete.py
Lib/idlelib/AutoCompleteWindow.py

and configured in:
Lib/idlelib/config-extensions.def
-> force-open-completions=<Control-Key-space>

Perhaps someone could try to reduce it to smaller test case; I will likely not have time to work on it myself for the immediate future.  Tal, can you reproduce this issue when using ActiveTcl 8.5.18?
History
Date User Action Args
2015-07-06 18:46:55ned.deilysetrecipients: + ned.deily, ronaldoussoren, taleinat, wordtech, Alessandro Rosa
2015-07-06 18:46:55ned.deilysetmessageid: <1436208415.27.0.647086230301.issue24570@psf.upfronthosting.co.za>
2015-07-06 18:46:55ned.deilylinkissue24570 messages
2015-07-06 18:46:54ned.deilycreate