mirror of
https://github.com/python/cpython.git
synced 2025-08-27 20:25:18 +00:00
Add comment lost from AST merge
This commit is contained in:
parent
358d938aaa
commit
f21c8ed58a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue