mirror of
https://github.com/python/cpython.git
synced 2025-08-28 20:56:54 +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:
|
... 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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue