mirror of
https://github.com/python/cpython.git
synced 2024-11-25 10:54:51 +08:00
Add comment lost from AST merge
This commit is contained in:
parent
358d938aaa
commit
f21c8ed58a
@ -774,7 +774,7 @@ These are fine:
|
||||
... try:
|
||||
... 1//0
|
||||
... except ZeroDivisionError:
|
||||
... yield 666
|
||||
... yield 666 # bad because *outer* try has finally
|
||||
... except:
|
||||
... pass
|
||||
... finally:
|
||||
|
Loading…
Reference in New Issue
Block a user