> -----Original Message-----
> From: Jeremy Hylton [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, February 10, 2001 1:49 AM
> To: Chris Withers
> Cc: Anthony Baxter; Chris McDonough; [EMAIL PROTECTED];
> [EMAIL PROTECTED]
> Subject: Re: [Zope-dev] Greedy except clauses
> 
> 
> >>>>> "CW" == Chris Withers <[EMAIL PROTECTED]> writes:
> 
>   >> I am probably a bit idiosyncratic, but I prefer to avoid bare
>   >> excepts at all costs.  I often use "except Exception:", otherwise
>   >> I add a
> 
>   CW> Will that catch string exceptions?  eg: raise 'Something bad
>   CW> happened'
> 
> No.
> 
>   CW> If not, then it's not much use in Zope, which is unfortunately
>   CW> riddled with String exceptions :-S
> 
> That might be something worth fixing, too. :-)
> 
> Jeremy
> 

I agree.  I think this would be a good project for new zope developers to
get into the zope code.  Would we need an ZopeException class hierarchy?

Anthony: can your script be modified to print out the raise statements too
<wink>?

--------------------------------------------
Tom Jenkins                       |<xml>Its
devIS - Development InfoStructure |all you
703.525.6485   [EMAIL PROTECTED] |need it
http://www.devis.com              |to be</xml>
 

_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to