[Python-checkins] cpython (merge 3.4 -> 3.5): Correct Misc/NEWS about asyncio.Queue rewrite.

guido.van.rossum python-checkins at python.org
Tue Sep 29 01:54:17 CEST 2015


https://hg.python.org/cpython/rev/977061c2334e
changeset:   98365:977061c2334e
branch:      3.5
parent:      98360:a48d90049ae2
parent:      98364:efe112889889
user:        Guido van Rossum <guido at python.org>
date:        Mon Sep 28 16:51:59 2015 -0700
summary:
  Correct Misc/NEWS about asyncio.Queue rewrite.

files:
  Misc/NEWS |  5 +----
  1 files changed, 1 insertions(+), 4 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,7 +21,7 @@
 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 @@
 
 - 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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list