]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
asyncio: sync with github asyncio
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 9 Jul 2015 21:13:50 +0000 (23:13 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 9 Jul 2015 21:13:50 +0000 (23:13 +0200)
commite6ecea53c8394b5101bb3ddab3216a948065ef97
tree225a711992ec59273d9a1f6d75b8a19c64959137
parentaf320b389bba5221870553e70eaefee3bdf860e5
asyncio: sync with github asyncio

* queues: get coroutine from asyncio.coroutines, not from asyncio.tasks
* tets: replace tulip with asyncio in comments
Lib/asyncio/queues.py
Lib/test/test_asyncio/test_selector_events.py
Lib/test/test_asyncio/test_streams.py
Lib/test/test_asyncio/test_subprocess.py
Lib/test/test_asyncio/test_windows_events.py