[Zope-dev] Bad General Try and Except

Chris Withers chrisw@nipltd.com
Tue, 07 Nov 2000 12:58:40 +0000


Hi Again,

Management.py (around line 148) contains one of those nasty general try:
except: clauses which mask real problems

Anyone know why it's there?

With some additions, I found out it was masking an 'index out of range'
error in the product I'm developing. I wonder why this was presented as
an unauthorized error?

confusedly,

Chris