Skip to content

[3.10] bpo-32822: Add finally with return/break/continue to the tutorial (GH-25600)#25893

Merged
ambv merged 1 commit intopython:3.10from
miss-islington:backport-a0b9915-3.10
May 4, 2021
Merged

[3.10] bpo-32822: Add finally with return/break/continue to the tutorial (GH-25600)#25893
ambv merged 1 commit intopython:3.10from
miss-islington:backport-a0b9915-3.10

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented May 4, 2021

This documents in the tutorial docs the behavior of a finally clause in
case it should re-raise an exception but contains a
return/break/continue statement.
(cherry picked from commit a0b9915)

Co-authored-by: Roberto Hueso robertohueso96@gmail.com

https://bugs.python.org/issue32822

…thonGH-25600)

This documents in the tutorial docs the behavior of a finally clause in
case it should re-raise an exception but contains a
return/break/continue statement.
(cherry picked from commit a0b9915)

Co-authored-by: Roberto Hueso <robertohueso96@gmail.com>
@bedevere-bot
Copy link
Copy Markdown

@ambv: Please replace # with GH- in the commit message next time. Thanks!

@miss-islington miss-islington deleted the backport-a0b9915-3.10 branch May 4, 2021 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants