summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2020-08-15-15-50-12.bpo-32751.85je5X.rst
blob: c172ce5d9e948708d548487f859d6042a074466f (plain)
1
2
3
When cancelling the task due to a timeout, :meth:`asyncio.wait_for` will now
wait until the cancellation is complete also in the case when *timeout* is
<= 0, like it does with positive timeouts.