]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42413: Replace `concurrent.futures.TimeoutError` and `asyncio.TimeoutError` with...
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Sun, 19 Dec 2021 11:22:40 +0000 (16:52 +0530)
committerGitHub <noreply@github.com>
Sun, 19 Dec 2021 11:22:40 +0000 (13:22 +0200)
commitda4b214304df38cf1831071804a2b83938f95923
tree9823fdba80b7228c6069824c89a3113d215fd6c3
parent9b52920173735ac609664c6a3a3021d24a95a092
bpo-42413: Replace `concurrent.futures.TimeoutError` and `asyncio.TimeoutError` with builtin `TimeoutError` (GH-30197)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Doc/library/asyncio-api-index.rst
Doc/library/asyncio-exceptions.rst
Doc/library/asyncio-task.rst
Doc/library/concurrent.futures.rst
Lib/asyncio/exceptions.py
Lib/concurrent/futures/_base.py
Misc/NEWS.d/next/Library/2020-11-26-10-23-46.bpo-42413.HFikOl.rst [new file with mode: 0644]