15 Dec
2005
15 Dec
'05
5:55 a.m.
--On 14. Dezember 2005 16:20:57 -0500 Jonathan <dev101@magma.ca> wrote:
Thanks to everyone for the feedback... the bottom line seems to be that you can NOT trap zope exceptions in a python script... which seems a bit odd.
Nothing is odd. I just told you to avoid *bare* try..excepts..as Tino pointed out you should must reraise re-raise excepctions like ConflictErrors. Otherwise if you don#t know what you're doing, don't use bare try...excepts. -aj