else in try/except

Ethan Furman ethan at stoneleaf.us
Mon Nov 14 16:53:29 EST 2011


The code in 'else' in a 'try/except/else[/finally]' block seems 
pointless to me, as I am not seeing any difference between having the 
code in the 'else' suite vs having the code in the 'try' suite.

Can anybody shed some light on this for me?

~Ethan~



More information about the Python-list mailing list