[Pyunit-interest] exception and except:
Brought to you by:
purcell
From: Srikanth M. <Sri...@co...> - 2003-03-04 23:12:30
|
Hi, What is the different between catching "Exception" and a "except :": try : except (Exception), e: pass and try: except : pass Thanks Srikanth |