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.
|