We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d8ea47 commit b24983fCopy full SHA for b24983f
peps/pep-0765.rst
@@ -2,7 +2,7 @@ PEP: 765
2
Title: Disallow return/break/continue that exit a finally block
3
Author: Irit Katriel <irit@python.org>, Alyssa Coghlan <ncoghlan@gmail.com>
4
Discussions-To: https://discuss.python.org/t/pep-765-disallow-return-break-continue-that-exit-a-finally-block/71348
5
-Status: Accepted
+Status: Final
6
Type: Standards Track
7
Created: 15-Nov-2024
8
Python-Version: 3.14
@@ -11,6 +11,7 @@ Post-History: `09-Nov-2024 <https://discuss.python.org/t/an-analysis-of-return-i
11
Replaces: 601
12
Resolution: https://discuss.python.org/t/71348/111
13
14
+.. canonical-doc:: :external+py3.14:ref:`finally`
15
16
Abstract
17
========
0 commit comments