More random python observations from a perl programmer

Ian Clarke I.Clarke at strs.co.uk
Fri Aug 20 05:06:18 EDT 1999


> Ah, have you discovered rlcompleter yet? Put this in your ~/.pythonrc:
> 
> import rlcompleter
> readline.parse_and_bind('tab: complete')
> 
> set PYTHONSTARTUP=~/.pythonrc and then in python type:
> 
> d={}

Is there any way to get this working on Windoze?

Ian.




More information about the Python-list mailing list