Kaydet (Commit) 7aedea40 authored tarafından Victor Stinner's avatar Victor Stinner

asyncio: remove temporary aliases

üst da5fe4f2
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment