Documentation
The link at the end of the first line of the documentation for finally: incorrectly points to the else: clause of an if statement. It should point to the else: clause of a try: statement (the previous section, 8.4.3).
I.e. else should be replaced with else
Linked PRs
Documentation
The link at the end of the first line of the documentation for
finally:incorrectly points to theelse:clause of anifstatement. It should point to theelse:clause of atry:statement (the previous section, 8.4.3).I.e. else should be replaced with else
Linked PRs
finallyto try/else, instead of if/else #138298finallyto try/else, instead of if/else (GH-138298) #138381finallyto try/else, instead of if/else (GH-138298) #138382