-
-
Notifications
You must be signed in to change notification settings - Fork 33.4k
Closed
Labels
Description
In many example code in the URL Coroutines and Tasks, TimeoutError exception is caught using
except TimeoutErrorBut it should be
except asyncio.TimeoutErrorAlso, not all hyperlinks to TimeoutError points to the
asyncio.TimeoutError, but to the standard TimeoutError
arhadthedev
Metadata
Metadata
Assignees
Labels
Projects
Status
Done