This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asvetlov
Recipients alex, asvetlov, bquinlan, christian.heimes, corona10, davin, dstufft, janssen, miss-islington, pitrou, serhiy.storchaka, vstinner, yselivanov
Date 2020-11-26.08:32:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606379578.11.0.0975875145991.issue42413@roundup.psfhosted.org>
In-reply-to
Content
Pull Request https://github.com/python/cpython/pull/23520/ applies the discussed change to both asyncio and concurrent.futures.

I did the minimally invasive change, libraries still use `asyncio.TimeoutError` and `concurrent.futures.TimeoutError` internally but both names are aliases now.
History
Date User Action Args
2020-11-26 08:32:58asvetlovsetrecipients: + asvetlov, bquinlan, janssen, pitrou, vstinner, christian.heimes, alex, serhiy.storchaka, yselivanov, dstufft, davin, corona10, miss-islington
2020-11-26 08:32:58asvetlovsetmessageid: <1606379578.11.0.0975875145991.issue42413@roundup.psfhosted.org>
2020-11-26 08:32:58asvetlovlinkissue42413 messages
2020-11-26 08:32:57asvetlovcreate