fixed PY-5192 Move Statement: breaks code in case moving down to nested try statement

This commit is contained in:
Ekaterina Tuzova
2011-12-02 11:52:05 +01:00
parent 2219082ab8
commit fbee7c314f
5 changed files with 30 additions and 2 deletions
@@ -0,0 +1,8 @@
zoo(3)
try:
try:
print(zoo(1).foo(2))
except:
print(zoo(0).foo(2))
except:
pass