[Python-checkins] cpython (3.4): 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/efe112889889
changeset:   98364:efe112889889
branch:      3.4
parent:      98359:1ea306202d5d
user:        Guido van Rossum <guido at python.org>
date:        Mon Sep 28 16:50:38 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
@@ -75,13 +75,10 @@
 
 - Issue #21354: PyCFunction_New function is exposed by python DLL again.
 
-- Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation.
-  Patch by Gustavo J. A. M. Carneiro.
-
 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 #23600: Default implementation of tzinfo.fromutc() was returning
   wrong results in some cases.

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


More information about the Python-checkins mailing list