cpython/Misc/NEWS.d/next/Library/2023-04-24-23-07-56.gh-issu...

4 lines
228 B
ReStructuredText

:class:`contextlib.suppress` now supports suppressing exceptions raised as
part of an :exc:`ExceptionGroup`. If other exceptions exist on the group, they
are re-raised in a group that does not contain the suppressed exceptions.