[Tutor] Python as a superior teaching language

D-Man dsh8290@rit.edu
Thu, 19 Apr 2001 14:03:18 -0400


On Thu, Apr 19, 2001 at 10:26:19AM -0400, D-Man wrote:
| Putting
| "\t": complete
| in the .inputrc file.

A side-effect I just discovered :

>>> def func() :
... <TAB><TAB>

doesn't work as before -- rather than indenting, readline asks if you
want to see all possible completions.  Can't have everything I guess
;-).

-D