13 Aug
2003
13 Aug
'03
10:27 p.m.
Isn't there a "try: ... except: " around this?
It is actually a "try: ... except: ... else: " which I don't think is valid. --mike
14 Aug
14 Aug
5:33 p.m.
New subject: [Zope] startup error
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
8271
Age (days ago)
8272
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dieter Maurer -
Michael Long