From c65e41efc5ee4d63f12ef83d290b2cb2751aef27 Mon Sep 17 00:00:00 2001 From: Irit Katriel Date: Mon, 17 Mar 2025 21:29:09 +0000 Subject: [PATCH 1/3] PEP 765: mark as final --- peps/pep-0765.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/pep-0765.rst b/peps/pep-0765.rst index dd2a6198991..c4609a286f8 100644 --- a/peps/pep-0765.rst +++ b/peps/pep-0765.rst @@ -2,7 +2,7 @@ PEP: 765 Title: Disallow return/break/continue that exit a finally block Author: Irit Katriel , Alyssa Coghlan Discussions-To: https://discuss.python.org/t/pep-765-disallow-return-break-continue-that-exit-a-finally-block/71348 -Status: Accepted +Status: Final Type: Standards Track Created: 15-Nov-2024 Python-Version: 3.14 From 1bde3004b0213a5462867340b8650a42b3aac63d Mon Sep 17 00:00:00 2001 From: Irit Katriel Date: Tue, 18 Mar 2025 07:27:12 +0000 Subject: [PATCH 2/3] doc --- peps/pep-0765.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/peps/pep-0765.rst b/peps/pep-0765.rst index c4609a286f8..106958c5d85 100644 --- a/peps/pep-0765.rst +++ b/peps/pep-0765.rst @@ -11,6 +11,7 @@ Post-History: `09-Nov-2024 Date: Wed, 19 Mar 2025 14:17:03 +0000 Subject: [PATCH 3/3] Update peps/pep-0765.rst Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- peps/pep-0765.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/pep-0765.rst b/peps/pep-0765.rst index 106958c5d85..883942f9bc2 100644 --- a/peps/pep-0765.rst +++ b/peps/pep-0765.rst @@ -11,7 +11,7 @@ Post-History: `09-Nov-2024