Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PEP 765: Mark as Final #4305

Merged
merged 3 commits into from
Mar 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion peps/pep-0765.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PEP: 765
Title: Disallow return/break/continue that exit a finally block
Author: Irit Katriel <[email protected]>, Alyssa Coghlan <[email protected]>
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
Expand All @@ -11,6 +11,7 @@ Post-History: `09-Nov-2024 <https://discuss.python.org/t/an-analysis-of-return-i
Replaces: 601
Resolution: https://discuss.python.org/t/71348/111

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

Abstract
========
Expand Down