On Mon, 2008-03-03 at 21:56 +0000, John Arbash Meinel wrote: > try: > except: > else: > > should be fine, it is: > try: > except: > finally: > > that is in 2.5. Thanks for the clarification. James