summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2020-05-13-15-32-13.bpo-40607.uSPFCi.rst
blob: 8060628b5954805e36b22964fa83305431f98cab (plain)
1
2
3
When cancelling a task due to timeout, :meth:`asyncio.wait_for` will now
propagate the exception if an error happens during cancellation.
Patch by Roman Skurikhin.