Hi, In asyncio/queues.py, I saw: --- # Un-exported aliases for temporary backward compatibility. # Will disappear soon. Full = QueueFull Empty = QueueEmpty ---
Can we remove them? Otherwise, "soon" may becomes "in Python 4". Victor
Hi, In asyncio/queues.py, I saw: --- # Un-exported aliases for temporary backward compatibility. # Will disappear soon. Full = QueueFull Empty = QueueEmpty ---
Can we remove them? Otherwise, "soon" may becomes "in Python 4". Victor