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 taleinat
Recipients
Date 2006-06-29.16:06:23
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=1330769

This module is simple and works, but IDLE already has an
auto-completion module! It is in Python's SVN and will be
part of Python2.5.

The module posted here is extremely naïve and lacking
compared to the existing auto-completion module.

For example, it catches events instead of the Text widget
and inserts characters directly into it to compensate for
this. The MultiCall module on which the existing
auto-completion module is built it a much better solution.

History
Date User Action Args
2007-08-23 15:44:40adminlinkissue1361016 messages
2007-08-23 15:44:40admincreate