Re: are variables local only to try/except blocks?

2005-09-20 Thread Barry Searle
eException()     doMORELotsMoreStuff()      doLotsHere()     excp = 0 # always reset excp as last action except aParticularSetOfExceptions:     excp = 1 if excp:   should be fine     handleException() doLotsMoreStuff() Barry Searle,    [EMAIL PROTECTED],  905-413-4020  (TL:969-4020) Ba

Re: are variables local only to try/except blocks?

2005-09-20 Thread Barry Searle
eException()     doMORELotsMoreStuff()      doLotsHere()     excp = 0 # always reset excp as last action except aParticularSetOfExceptions:     excp = 1 if excp:   should be fine     handleException() doLotsMoreStuff() Barry Searle,    [EMAIL PROTECTED],  905-413-4020  (TL:969-4020) Ba