accessing SocketServer Handler exceptions

Alex Martelli aleax at aleax.it
Thu Nov 21 13:52:17 EST 2002


j vickroy wrote:

> How do I gain access to the exceptions, raised by the handle() procedure
> in a BaseRequestHandler object, from the SocketServer object?

sys.exc_info() should help.


Alex




More information about the Python-list mailing list