Commit f21c8ed5 authored by Neal Norwitz's avatar Neal Norwitz

Add comment lost from AST merge

parent 358d938a
...@@ -774,7 +774,7 @@ These are fine: ...@@ -774,7 +774,7 @@ These are fine:
... try: ... try:
... 1//0 ... 1//0
... except ZeroDivisionError: ... except ZeroDivisionError:
... yield 666 ... yield 666 # bad because *outer* try has finally
... except: ... except:
... pass ... pass
... finally: ... finally:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment