Re: [Python-Dev] Readline completion hook silences exceptions.

2008-03-08 Thread Martin v. Löwis
> The readline completion hook doesn't reraise exceptions. This is > probably a good thing for actually using readline, less useful for > debugging a completer. Possibly readline should have a 'debug' mode > where it doesn't silence? Errors should never pass silently. Unless explicitly silenced.

[Python-Dev] Readline completion hook silences exceptions.

2008-03-08 Thread Richard Thomas
Hey, I've never posted to this list before but I think it is the right place for discussions such as this: The readline completion hook doesn't reraise exceptions. This is probably a good thing for actually using readline, less useful for debugging a completer. Possibly readline should have a 'deb