[Python-Dev] Readline completion hook silences exceptions.

Richard Thomas R.W.Thomas.02 at cantab.net
Sat Mar 8 10:09:30 CET 2008


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 'debug' mode
where it doesn't silence?

Richard.


More information about the Python-Dev mailing list