Thanks to visit codestin.com
Credit goes to github.com

Skip to content

asyncio: Confusing TimeoutError #106068

Closed
Closed
@prabhu-yu

Description

@prabhu-yu

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

No one assigned

    Labels

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions