newbie question: nop statement for try/except

leo leo at bella.local
Tue Mar 16 07:47:13 EST 2004


hi there

the "try/[except|finally]" construct seems to need the second part "except"
resp. "finally" due to syntactical reasons.

but in some cases i guess i do not need any statement in the second
part. but just carrying on without an idented block doesn't work.

so, is there something a no-operation statement?

thanks, leo



More information about the Python-list mailing list