Python error handling : Python uses error-trapping with try/except, like other languages that have try/catch, etc. Because a process is not the de facto unit-of-work for Python, it’s natural that error handling is performed within the …

More:
Ian Bicking: a blog :: Thoughts About the Erlang Runtime