mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
3 lines
173 B
ReStructuredText
3 lines
173 B
ReStructuredText
:class:`contextlib.suppress` now supports suppressing exceptions raised as
|
|
part of a :exc:`BaseExceptionGroup`, in addition to the recent support for
|
|
:exc:`ExceptionGroup`.
|