summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2015-09-28 23:51:59 (GMT)
committerGuido van Rossum <guido@python.org>2015-09-28 23:51:59 (GMT)
commitab9e936bd97382b13ed955ff860fa5bce9f2363b (patch)
treee892871040428957481fef6fea8c2e3dd885412c
parentd2f184652ca992c7653730540fa1da45489c451e (diff)
parent9af30ac6691192f6328753b3b8809fb40199df1b (diff)
downloadcpython-ab9e936bd97382b13ed955ff860fa5bce9f2363b.zip
cpython-ab9e936bd97382b13ed955ff860fa5bce9f2363b.tar.gz
cpython-ab9e936bd97382b13ed955ff860fa5bce9f2363b.tar.bz2
Correct Misc/NEWS about asyncio.Queue rewrite.
-rw-r--r--Misc/NEWS5
1 files changed, 1 insertions, 4 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 48e14c9..abe0ad0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,7 +21,7 @@ Core and Builtins
Library
-------
-- Issue #25233: Rewrite the guts of Queue to be more understandable and correct.
+- Issue #25233: Rewrite the guts of asyncio.Queue to be more understandable and correct.
- Issue #25203: Failed readline.set_completer_delims() no longer left the
module in inconsistent state.
@@ -342,9 +342,6 @@ Library
- Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.
-- Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation.
- Patch by Gustavo J. A. M. Carneiro.
-
- Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'.
IDLE