[IPython-user] tab completion on OSX
John Hunter
jdhunter at ace.bsd.uchicago.edu
Fri Feb 11 11:04:30 CST 2005
>>>>> "Fernando" == Fernando Perez <Fernando.Perez at colorado.edu> writes:
Fernando> Huh? Raises are ignored, since I don't want exceptions
Fernando> to cause noise at the tab-completion line. But a print
Fernando> statement should definitely show up:
OK, I'm a moron. I was editing the file on my linux box and testing
over ssh on my powerbook. Duh!!!
OK, the print does work. The spaces are not in the fnames returned by
file_matches, even before the rstrip
print 'matches', matches
return [f.rstrip() for f in matches]
Something downstream from that...
JDH
More information about the IPython-user
mailing list