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 jerrykingking
Recipients
Date 2005-11-21.11:28:39
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=1382613

AutoComplete.py is a IDLE module that extends Listbox and 
Scrollbar controls with autocompletion capabilities. 

Although the IDLE provides rich foundation for Python 
application developers, it doesn't provide any built-in 
autocompletion support! 

AutoComplete module fills the gap by bringing 
autocompletion capabilities to IDLE. Users of IDLE can 
enjoy the same autocomplete functionality they already 
know from Pythonwin. 
History
Date User Action Args
2007-08-23 15:44:39adminlinkissue1361016 messages
2007-08-23 15:44:39admincreate