asyncio: sync with github asyncio

* queues: get coroutine from asyncio.coroutines, not from asyncio.tasks
* tets: replace tulip with asyncio in comments
This commit is contained in:
Victor Stinner 2015-07-09 23:13:50 +02:00
parent af320b389b
commit e6ecea53c8
5 changed files with 10 additions and 8 deletions

View file

@ -348,7 +348,7 @@ class BaseSelectorEventLoopTests(test_utils.TestCase):
self.loop._sock_connect.call_args[0])
def test_sock_connect_timeout(self):
# Tulip issue #205: sock_connect() must unregister the socket on
# asyncio issue #205: sock_connect() must unregister the socket on
# timeout error
# prepare mocks