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

Switch from MultipleFailures to PEP-654 ExceptionGroup #3308

Merged
merged 3 commits into from
Aug 2, 2022

Commits on Jul 27, 2022

  1. MultipleFailures -> ExceptionGroup

    Using the new features from PEP-654 and PEP-678, exception groups and enriching exceptions with notes
    Zac-HD committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    6ed60ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04b4d0e View commit details
    Browse the repository at this point in the history
  3. Remove old+undocumented hook

    Zac-HD committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    5ed3451 View commit details
    Browse the repository at this point in the history