14 Aug
2003
14 Aug
'03
5:33 p.m.
Michael Long wrote at 2003-8-13 18:27 -0400:
Isn't there a "try: ... except: " around this?
It is actually a "try: ... except: ... else: " which I don't think is valid.
Why not? The "else:" clause is executed when there is no exception. With the "try: ... except:", you should not see exceptions from "...". Dieter