[ZCM] [ZC] 290/ 2 Defer "Usage of trry: except: in Zope source"

Collector: Zope Bugs and Patches ... zope-coders@zope.org
Tue, 12 Mar 2002 17:12:18 -0500


Issue #290 Update (Defer) "Usage of trry: except: in Zope source"
 Status Deferred, Zope/bug low
To followup, visit:
  http://collector.zope.org/Zope/290

==============================================================
= Defer - Entry #2 by matt on Mar 12, 2002 5:12 pm

 Status: Pending => Deferred

Deferred -- probably indefinately.

Patches accepted.
________________________________________
= Request - Entry #1 by Anonymous User on Mar 12, 2002 5:08 pm

Constructs such as

try:
    somecall()
except:
    do something
    possibly somecall() again

Are used frequently in Zope. This causes all kinds of
weird bugs/issues because any exception is caught.

See also: 
http://lists.zope.org/pipermail/zope-dev/2002-March/015551.html


==============================================================