]> granicus.if.org Git - python/commit
asyncio: Increase asyncio.Future test coverage; test both implementations.
authorYury Selivanov <yury@magic.io>
Mon, 24 Oct 2016 02:34:35 +0000 (22:34 -0400)
committerYury Selivanov <yury@magic.io>
Mon, 24 Oct 2016 02:34:35 +0000 (22:34 -0400)
commit01c521ba7a06a5dc18c814faef740d01666c7af5
tree4f1e4abc701996b22c16cea8fd77378955a63c5f
parent89850314761cc755393ddac35989113f07681de0
asyncio: Increase asyncio.Future test coverage; test both implementations.

Also, add 'isfuture' to 'asyncio.futures.__all__', so that it's
exposed as 'asyncio.isfuture'.
Lib/asyncio/futures.py
Lib/test/test_asyncio/test_futures.py