What about try:except:finally

Thomas Weholt thomas at cintra.no
Fri Jul 7 09:20:25 EDT 2000


Hi,

Does python support, or if not, would it be cool to have support for :

try:
	# some code
except :
	# catch exception
finally:
	# clean up whatever

Thomas



More information about the Python-list mailing list