I read the document here about exception handling in python:

http://www.diveintopython.org/file_handling/index.html

Can you please tell me how can I catch all exception in python?
like this in Java:
try {
 ....
} catch (Throwable t) {
 ...
}

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

Reply via email to