More random python observations from a perl programmer

Florian Weimer fw at s.netic.de
Fri Aug 20 17:32:36 EDT 1999


Michael Hudson <mwh21 at cam.ac.uk> writes:

> Ah, have you discovered rlcompleter yet? Put this in your ~/.pythonrc:
> 
> import rlcompleter
> readline.parse_and_bind('tab: complete')

And add `del rlcompleter', to remove the symbol from the global namespace
(the hooks will remain active, though).




More information about the Python-list mailing list