On Nov 17, 2006, at 11:29 AM, Adam Groszer wrote:

Hello Gary,

At the moment it is
try:
    value = value()
except:
    return None

So that will eat the exception without any signs.
That makes me also glum when I have to dig deep to discover that
something ate an exception.

I propose to remove the try/except.
Is that OK?

Yes, I think removing the bare try...except is definitely the right thing to do. (Anyone care to disagree?)

Gary
_______________________________________________
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

Reply via email to