Closed
Description
In many example code in the URL Coroutines and Tasks, TimeoutError exception is caught using
except TimeoutError
But it should be
except asyncio.TimeoutError
Also, not all hyperlinks to TimeoutError
points to the
asyncio.TimeoutError, but to the standard TimeoutError
Metadata
Metadata
Assignees
Projects
Status
Done