Max Ischenko wrote: > >> I'll look into it. However the main problem is the traceback is not a >> property of the exception but a completely separate entity. > > That's true. But the error handling code seems to be messing it up.
Actually, it doesn't mess it up, it just catches the exception, removing any guaranties that the caught exception is the last in the execution path (making exc_info() and relatives inconsistent). Cheers, Simon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears-trunk -~----------~----~----~----~------~----~------~--~---
