]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
asyncio: remove unused imports and unused variables noticed by pyflakes
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 20 Feb 2014 09:37:27 +0000 (10:37 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 20 Feb 2014 09:37:27 +0000 (10:37 +0100)
commitb4c9388947b2c93e3ba7d85e828d8667551a71f6
tree1e629ecdacf4bc611bfad96ae5bbe35b7107229b
parent6f24d83ac68fdea3a28cee64d631d7701cf102ae
asyncio: remove unused imports and unused variables noticed by pyflakes
Lib/asyncio/events.py
Lib/asyncio/futures.py
Lib/asyncio/tasks.py
Lib/asyncio/test_utils.py
Lib/asyncio/unix_events.py
Lib/asyncio/windows_events.py
Lib/selectors.py