mirror of https://github.com/python/cpython
asyncio: remove temporary aliases
This commit is contained in:
parent
da5fe4f2da
commit
7aedea40d6
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue