On 10/17/11 14:34, azurIt wrote: > But i like how exceptions are handled in rpclib i just additionaly want to > send an e-mail when something wrong happens + full traceback. Isn't possible > with current implementation ?
that's how i do what you say in my production deployments. i don't think that's difficult to do. see: http://stackoverflow.com/questions/1350671/inner-exception-with-traceback-in-python#1350981 i'm currently swamped by other work, so patches are welcome. best, burak _______________________________________________ Soap mailing list [email protected] http://mail.python.org/mailman/listinfo/soap
