I thought that the point of the else clause is that it is reached only if there is no exception in the try clause. -- http://mail.python.org/mailman/listinfo/python-list
- else in try/except Ethan Furman
- Re: else in try/except MRAB
- Re: else in try/except Chris Kaynor
- Re: else in try/except Arnaud Delobelle
- Re: else in try/except Ethan Furman
- Re: else in try/except Barry W Brown
- Re: else in try/except Grant Edwards
- Re: else in try/except Robert Kern