Issue730171
Created on 2003-04-30.13:08:41 by fishter, last changed 2003-07-12.00:22:13 by pedronis.
File name |
Uploaded |
Description |
Edit |
Remove |
error.out
|
fishter,
2003-04-30.13:08:41
|
ERROR |
|
|
msg835 (view) |
Author: Chris Fenton (fishter) |
Date: 2003-04-30.13:08:41 |
|
def method():
try:
for dummy in [1,2,3]:
try:
return "result"
except:
pass
finally:
pass
print method()
results in attached ERROR file
|
msg836 (view) |
Author: Samuele Pedroni (pedronis) |
Date: 2003-07-12.00:22:13 |
|
Logged In: YES
user_id=61408
duplicate of #730156
|
|
Date |
User |
Action |
Args |
2003-04-30 13:08:41 | fishter | create | |
|