Confused again

Alex Martelli aleax at aleax.it
Mon Feb 24 03:18:29 EST 2003


Duncan Smith wrote:
   ...
> after calling the function, the exception is apparently ignored.  eg. the

Hard to say, because you don't show the rest of the function
containing this raise statement, the definition of the Error
class you raise, etc.  It's likely that somewhere in the
parts you don't show you have a try statement that is swallowing
up the exception you're raising here.


Alex





More information about the Python-list mailing list