asyncio: remove temporary aliases
This commit is contained in:
@@ -22,12 +22,6 @@ class QueueFull(Exception):
|
||||
pass
|
||||
|
||||
|
||||
# Un-exported aliases for temporary backward compatibility.
|
||||
# Will disappear soon.
|
||||
Full = QueueFull
|
||||
Empty = QueueEmpty
|
||||
|
||||
|
||||
class Queue:
|
||||
"""A queue, useful for coordinating producer and consumer coroutines.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user