]> git.ipfire.org Git - thirdparty/tornado.git/commit
Use functools.singledispatch for convert_yielded when available.
authorBen Darnell <ben@bendarnell.com>
Mon, 19 Jan 2015 04:54:41 +0000 (23:54 -0500)
committerBen Darnell <ben@bendarnell.com>
Mon, 19 Jan 2015 15:12:56 +0000 (10:12 -0500)
commitd6a940924b936108c6fc0b248a12110e82727cc0
tree31ef3b4adab1218a339f9cda999bec6bd7d692ce
parentf7167d05830b39ff94c2102702b123a2d7745e2e
Use functools.singledispatch for convert_yielded when available.

Register a converter for asyncio.Future and add tests.
.travis.yml
tornado/gen.py
tornado/platform/asyncio.py
tornado/test/asyncio_test.py [new file with mode: 0644]
tornado/test/runtests.py
tox.ini