]> granicus.if.org Git - python/commit
asyncio: Rename {Empty,Full} to {QueueEmpty,QueueFull} and no longer get them from...
authorGuido van Rossum <guido@python.org>
Sun, 26 Jan 2014 01:24:51 +0000 (17:24 -0800)
committerGuido van Rossum <guido@python.org>
Sun, 26 Jan 2014 01:24:51 +0000 (17:24 -0800)
commitfef7098ef9282cfc8a2c480408de351d5bf36fb1
tree4653a6a6d0c73b2cede5d9dbd418b75c03b68224
parentab3c88983bc6c2a6ae98625296eef9d7588c8d69
asyncio: Rename {Empty,Full} to {QueueEmpty,QueueFull} and no longer get them from queue.py.
Lib/asyncio/queues.py
Lib/test/test_asyncio/test_queues.py