[ZCM] [ZC] 290/ 1 Request "Usage of trry: except: in Zope source"
Collector: Zope Bugs and Patches ...
zope-coders@zope.org
Tue, 12 Mar 2002 17:08:13 -0500
Issue #290 Update (Request) "Usage of trry: except: in Zope source"
Status Pending, Zope/bug low
To followup, visit:
http://collector.zope.org/Zope/290
==============================================================
= 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
==============================================================