Re: implementing tab completion using python

2008-03-22 Thread Christian Heimes
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 --

implementing tab completion using python

2008-03-22 Thread Siddhant
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? Thanks. Siddhant -- http://mail.python.org/mailman/listinfo/python-list