Skip to content
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

gh-102921: Clarify exc argument name in BaseExceptionGroup is plural #102922

Merged
merged 1 commit into from
Mar 22, 2023

Conversation

kkirsche
Copy link
Contributor

@kkirsche kkirsche commented Mar 22, 2023

Fix #102921

This merge request updates the BaseExceptionGroup derive documentation example to use excs to reduce confusion about the type of the received argument to the exception group.

Fix python#102921

This merge request updates the `BaseExceptionGroup` derive documentation example to use `excs` to reduce confusion about the type of the received argument to the exception group.
@iritkatriel iritkatriel added the needs backport to 3.11 only security fixes label Mar 22, 2023
@iritkatriel iritkatriel merged commit 9b19d39 into python:main Mar 22, 2023
@miss-islington
Copy link
Contributor

Thanks @kkirsche for the PR, and @iritkatriel for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 22, 2023
…roup` is plural (pythonGH-102922)

(cherry picked from commit 9b19d39)

Co-authored-by: Kevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
@bedevere-bot
Copy link

GH-102924 is a backport of this pull request to the 3.11 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label Mar 22, 2023
miss-islington added a commit that referenced this pull request Mar 22, 2023
…is plural (GH-102922)

(cherry picked from commit 9b19d39)

Co-authored-by: Kevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
Fidget-Spinner pushed a commit to Fidget-Spinner/cpython that referenced this pull request Mar 27, 2023
warsaw pushed a commit to warsaw/cpython that referenced this pull request Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ExceptionGroup.derive example uses different argument name than base class specifies
4 participants