Best way to handle exceptions with try/finally

Kent Johnson kent at kentsjohnson.com
Thu May 25 12:13:20 EDT 2006


Zameer wrote:
> I wonder where the "else" goes in try..except..finally...
> 
try / except / else / finally

See the PEP:
http://www.python.org/dev/peps/pep-0341/

Kent



More information about the Python-list mailing list