[EMAIL PROTECTED] wrote:

> Make the last 'except' block like this:
>
> Except Exception, e:
>   print e

while that's good enough for the given example, it's not good enough for
the general case (in contemporary Python, exceptions don't have to inherit
from the Exception class).

</F> 



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to