summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2015-09-28 23:53:44 (GMT)
committerGuido van Rossum <guido@python.org>2015-09-28 23:53:44 (GMT)
commitb4c00154f29d291cfa03b4f8786b5c6b142afd87 (patch)
tree2fd6c34ecb35f64a04f900aa5cc1759d182ef92c /Misc/NEWS
parente143c1f94f923db17a0f6d17d05e4af440178c1b (diff)
parentab9e936bd97382b13ed955ff860fa5bce9f2363b (diff)
downloadcpython-b4c00154f29d291cfa03b4f8786b5c6b142afd87.zip
cpython-b4c00154f29d291cfa03b4f8786b5c6b142afd87.tar.gz
cpython-b4c00154f29d291cfa03b4f8786b5c6b142afd87.tar.bz2
Correct Misc/NEWS about asyncio.Queue rewrite.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 2 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6c93caf..5dde93a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -152,6 +152,8 @@ Core and Builtins
Library
-------
+- Issue #25233: Rewrite the guts of asyncio.Queue to be more understandable and correct.
+
- Issue #23600: Default implementation of tzinfo.fromutc() was returning
wrong results in some cases.
@@ -449,9 +451,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