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 09f814a commit 4f0b838Copy full SHA for 4f0b838
peps/pep-0758.rst
@@ -1,13 +1,15 @@
1
PEP: 758
2
Title: Allow ``except`` and ``except*`` expressions without parentheses
3
Author: Pablo Galindo <[email protected]>, Brett Cannon <[email protected]>
4
-Status: Accepted
+Status: Final
5
Type: Standards Track
6
Created: 30-Sep-2024
7
Python-Version: 3.14
8
Post-History: `02-Oct-2024 <https://discuss.python.org/t/66453>`__
9
Resolution: `14-Mar-2025 <https://discuss.python.org/t/66453/63>`__
10
11
+.. canonical-doc:: :ref:`python:try`
12
+
13
Abstract
14
========
15
0 commit comments