Re: TypeError not caught by except statement

2010-01-29 Thread siddhartha veedaluru
on Thanks Siddhartha -- Forwarded message -- From: Steve Holden To: Date: Tue, 26 Jan 2010 11:54:23 -0500 Subject: Re: TypeError not caught by except statement siddhartha veedaluru wrote: > Hi, > > except not able to caught the TypeError exception occured

Re: Python-list Digest, Vol 76, Issue 303

2010-01-29 Thread siddhartha veedaluru
on Thanks Siddhartha -- Forwarded message -- From: Steve Holden To: Date: Tue, 26 Jan 2010 11:54:23 -0500 Subject: Re: TypeError not caught by except statement siddhartha veedaluru wrote: > Hi, > > except not able to caught the TypeError exception occured

TypeError not caught by except statement

2010-01-25 Thread siddhartha veedaluru
Hi, except not able to caught the TypeError exception occured in the below code log.info("refer",ret) in the try block throws a TypeError which is not caught . Also sometimes process is getting hanged. --