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 0d09ad2 commit 0235f9cCopy full SHA for 0235f9c
1 file changed
Doc/whatsnew/3.14.rst
@@ -96,7 +96,7 @@ PEP 758 – Allow except and except* expressions without parentheses
96
------------------------------------------------------------------
97
98
The :keyword:`except` and :keyword:`except* <except_star>` expressions now allow
99
-parentheses to be omitted when there is only one exception type.
+parentheses to be omitted when there are multiple exception types and the ``as`` clause is not used.
100
For example the following expressions are now valid:
101
102
.. code-block:: python
0 commit comments