Skip to content

Commit b24983f

Browse files
iritkatrielhugovk
andauthored
PEP 765: Mark as Final (#4305)
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 5d8ea47 commit b24983f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

peps/pep-0765.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PEP: 765
22
Title: Disallow return/break/continue that exit a finally block
33
Author: Irit Katriel <[email protected]>, Alyssa Coghlan <[email protected]>
44
Discussions-To: https://discuss.python.org/t/pep-765-disallow-return-break-continue-that-exit-a-finally-block/71348
5-
Status: Accepted
5+
Status: Final
66
Type: Standards Track
77
Created: 15-Nov-2024
88
Python-Version: 3.14
@@ -11,6 +11,7 @@ Post-History: `09-Nov-2024 <https://discuss.python.org/t/an-analysis-of-return-i
1111
Replaces: 601
1212
Resolution: https://discuss.python.org/t/71348/111
1313

14+
.. canonical-doc:: :external+py3.14:ref:`finally`
1415

1516
Abstract
1617
========

0 commit comments

Comments
 (0)