cpython/Misc/NEWS.d/next/Library/2024-01-09-12-19-55.gh-issu...

4 lines
169 B
ReStructuredText

:func:`asyncio.TaskGroup()` and :func:`asyncio.timeout()` context managers
now handle :exc:`~asyncio.CancelledError` subclasses as well as exact
:exc:`!CancelledError`.