Autocompletion

Tim Chase python.list at tim.thechases.com
Thu Apr 9 11:53:29 EDT 2009


> Does anybody knows about a module to assist with text
> autocompletion for a given dictionary?


On machines with the GNU readline library available, Python 
provides the "readline" module which should allow for 
auto-completion.

-tkc







More information about the Python-list mailing list