mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
Merge 3.4 (asyncio)
This commit is contained in:
commit
fb578f0a05
5 changed files with 10 additions and 8 deletions
|
@ -8,7 +8,7 @@ import heapq
|
|||
from . import events
|
||||
from . import futures
|
||||
from . import locks
|
||||
from .tasks import coroutine
|
||||
from .coroutines import coroutine
|
||||
|
||||
|
||||
class QueueEmpty(Exception):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue