-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
PEP 758: Allow except
and except*
expressions without parentheses
#4008
Conversation
84b49ee
to
c93188f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One suggestion about the title and several suggestions to use the code-block
directive instead of orphaned ::
.
It might be nice to cover except (...) as identifier:
too.
Also, at an appropriate time before merging the document should be re-wrapped to 80 characters and yourself and Brett added to CODEOWNERS for PEP 790.
A
Co-authored-by: Adam Turner <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm approving as co-author.
Co-authored-by: Hugo van Kemenade <[email protected]>
Signed-off-by: Pablo Galindo <[email protected]>
except
and except*
expressions without parentheses
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice PEP :-)
Co-authored-by: Alex Waygood <[email protected]>
Basic requirements (all PEP Types)
pep-NNNN.rst
), PR title (PEP 123: <Title of PEP>
) andPEP
headerAuthor
orSponsor
, and formally confirmed their approvalAuthor
,Status
(Draft
),Type
andCreated
headers filled out correctlyPEP-Delegate
,Topic
,Requires
andReplaces
headers completed if appropriate.github/CODEOWNERS
for the PEPStandards Track requirements
Python-Version
set to valid (pre-beta) future Python version, if relevantDiscussions-To
andPost-History
📚 Documentation preview 📚: https://pep-previews--4008.org.readthedocs.build/