]> git.ipfire.org Git - thirdparty/tornado.git/commit
make gen.TimeoutError asyncio.TimeoutError 3073/head
authorMin RK <benjaminrk@gmail.com>
Tue, 19 Oct 2021 11:25:46 +0000 (13:25 +0200)
committerMin RK <benjaminrk@gmail.com>
Wed, 20 Oct 2021 11:20:57 +0000 (13:20 +0200)
commit24be0c1ecc0f8347fbcd9f5ee80879fba54f25c1
tree0d954f051ad7f4c90e90194098c0e9ef31fd7d62
parent790715ae0f0a30b9ee830bfee75bb7fa4c4ec2f6
make gen.TimeoutError asyncio.TimeoutError

for more consistent catching of timeouts with other asyncio code
docs/util.rst
tornado/gen.py
tornado/ioloop.py
tornado/test/import_test.py
tornado/util.py