Skip to content

Commit 4f0b838

Browse files
authored
PEP 758: Mark as Final (#4442)
1 parent 09f814a commit 4f0b838

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

peps/pep-0758.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
PEP: 758
22
Title: Allow ``except`` and ``except*`` expressions without parentheses
33
Author: Pablo Galindo <pablogsal@python.org>, Brett Cannon <brett@python.org>
4-
Status: Accepted
4+
Status: Final
55
Type: Standards Track
66
Created: 30-Sep-2024
77
Python-Version: 3.14
88
Post-History: `02-Oct-2024 <https://discuss.python.org/t/66453>`__
99
Resolution: `14-Mar-2025 <https://discuss.python.org/t/66453/63>`__
1010

11+
.. canonical-doc:: :ref:`python:try`
12+
1113
Abstract
1214
========
1315

0 commit comments

Comments
 (0)