]> granicus.if.org Git - python/commit
asyncio: sync with Tulip
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 26 Dec 2014 20:16:42 +0000 (21:16 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 26 Dec 2014 20:16:42 +0000 (21:16 +0100)
commitd7ff5a5375cc23dff10f91696ac4895971c5850c
tree3e1bb190939315eeadb62f660f1d48f1e9e735b0
parentfe02e3902920181b76e7e7a9c761209b7ddb1be1
asyncio: sync with Tulip

* Fix pyflakes warnings: remove unused imports and variables
* asyncio.test_support now uses test.support and test.script_helper if available
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_futures.py
Lib/test/test_asyncio/test_selector_events.py
Lib/test/test_asyncio/test_subprocess.py
Lib/test/test_asyncio/test_tasks.py
Lib/test/test_asyncio/test_unix_events.py
Lib/test/test_asyncio/test_windows_utils.py