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

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -