mirror of
https://github.com/python/cpython.git
synced 2025-08-24 02:35:59 +00:00
asyncio: remove temporary aliases
This commit is contained in:
parent
da5fe4f2da
commit
7aedea40d6
1 changed files with 0 additions and 6 deletions
|
@ -22,12 +22,6 @@ class QueueFull(Exception):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
# Un-exported aliases for temporary backward compatibility.
|
|
||||||
# Will disappear soon.
|
|
||||||
Full = QueueFull
|
|
||||||
Empty = QueueEmpty
|
|
||||||
|
|
||||||
|
|
||||||
class Queue:
|
class Queue:
|
||||||
"""A queue, useful for coordinating producer and consumer coroutines.
|
"""A queue, useful for coordinating producer and consumer coroutines.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue