[Twisted-Python] errorhandler example in docs needs work

William Waites ww at groovy.net
Sun Dec 26 11:57:23 MST 2004


On Sun, Dec 26, 2004 at 11:24:18AM -0500, Alan Ezust wrote:
> 
> This example is missing something. The #handle SpamExceptions
> should have at least one statement after the # like
>       print "I am handling the exception"

If you want to see the error (and traceback), the usual thing to do is

	from twisted.python import log
	log.err(failure)

> I look at this example above and I still don't know how to write an
> error handler. I shall read further, but I wanted to share my
> feedback.

Of course the actual logic of the error handler depends on what the
error means and what should be done about it, but that is somewhat
application specific....

-w




More information about the Twisted-Python mailing list