cpython/Misc/NEWS.d/next/Library/2018-09-10-13-04-40.bpo-346...

5 lines
259 B
ReStructuredText

Create a dedicated ``asyncio.CancelledError``, ``asyncio.InvalidStateError``
and ``asyncio.TimeoutError`` exception classes. Inherit them from
corresponding exceptions from ``concurrent.futures`` package. Extract
``asyncio`` exceptions into a separate file.