X Tutup
The Wayback Machine - https://web.archive.org/web/20250415232308/https://github.com/python/cpython/issues/131831
Skip to content

Implement PEP 758 – Allow except and except* expressions without parentheses #131831

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

Closed
pablogsal opened this issue Mar 28, 2025 · 0 comments · Fixed by #131833
Closed

Implement PEP 758 – Allow except and except* expressions without parentheses #131831

pablogsal opened this issue Mar 28, 2025 · 0 comments · Fixed by #131833
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement

Comments

@pablogsal
Copy link
Member

pablogsal commented Mar 28, 2025

See PEP-758

Linked PRs

pablogsal added a commit to pablogsal/cpython that referenced this issue Mar 28, 2025
@picnixz picnixz added type-feature A feature request or enhancement interpreter-core (Objects, Python, Grammar, and Parser dirs) labels Mar 28, 2025
pablogsal added a commit to pablogsal/cpython that referenced this issue Mar 28, 2025
…ions without parentheses

Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
Projects
None yet
2 participants
X Tutup