implementing tab completion using python

Christian Heimes lists at cheimes.de
Sat Mar 22 09:18:56 EDT 2008


Siddhant schrieb:
> Hi.
> How can I implement a tab-completing code using Python?
> Like for example, I want to design a simple shell (using Python, of
> course), which could support tab completion as well. How do I go about
> it?

http://docs.python.org/lib/module-rlcompleter.html

Christian




More information about the Python-list mailing list