mirror of
https://github.com/python/cpython.git
synced 2025-07-08 03:45:36 +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
|
||||
|
||||
|
||||
# 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…
Add table
Add a link
Reference in a new issue