python - Difference between except: and except Exception: -


is there difference between except: , except exception: ?

can except deal not exception?

as of python 2.5, there new baseexception serve base class exception. result, generatorexit inherents directly baseexception caught except: not except exception:.


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -