]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131831: Implement PEP 758 – Allow except and except* expressions without parenthes...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 1 Apr 2025 19:04:56 +0000 (20:04 +0100)
committerGitHub <noreply@github.com>
Tue, 1 Apr 2025 19:04:56 +0000 (19:04 +0000)
commitc2ac662f284b7c3f0701173f2467bf1e18aad2e2
tree2ff5b9d81ebb22945875a183ac807fd77b6e82f7
parent053c285f6b41f92fbdd1d4ff0c959cceefacd7cd
gh-131831: Implement PEP 758 – Allow except and except* expressions without parentheses (#131833)
Doc/reference/compound_stmts.rst
Doc/whatsnew/3.14.rst
Grammar/python.gram
Lib/test/test_grammar.py
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core_and_Builtins/2025-03-28-18-59-24.gh-issue-131833.v4WvWT.rst [new file with mode: 0644]
Parser/parser.c