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

PEP-654: add BaseExceptionGroup//ExceptionGroup split #1850

Merged
merged 3 commits into from
Mar 1, 2021

Conversation

iritkatriel
Copy link
Member

No description provided.

pep-0654.rst Outdated Show resolved Hide resolved
execptions and selects between ``ExceptionGroup`` and ``BaseExceptionGroup``
makes the choice automatic. In the rest of the document, unless stated
otherwise, when we refer to ``ExceptionGroup`` we mean either an
``ExceptionGroup`` or a ``BaseExceptionGroup``.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This last thing is slightly awkward. Maybe we should write "exception group" when either can be used and "ExceptionGroup" when that specific type is meant? (Maybe do this in a separate PR if it affects a lot of locations in the doc, as I anticipate.)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed, let's fix and merge the two open PRs and then I'll change this in a new one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants