mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Unmerged except and finally clauses
This commit is contained in:
parent
8899a9ca40
commit
9ea0fbc6de
2 changed files with 5 additions and 5 deletions
|
@ -14,7 +14,6 @@ for i in range(10):
|
|||
except NameError: pass
|
||||
except ZeroDivisionError: pass
|
||||
except TypeError: pass
|
||||
finally: pass
|
||||
try: pass
|
||||
except: pass
|
||||
try: pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue