]> granicus.if.org Git - python/commitdiff
Correct Misc/NEWS about asyncio.Queue rewrite.
authorGuido van Rossum <guido@python.org>
Mon, 28 Sep 2015 23:53:44 +0000 (16:53 -0700)
committerGuido van Rossum <guido@python.org>
Mon, 28 Sep 2015 23:53:44 +0000 (16:53 -0700)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 6c93caf354b2bbba5feed6d0b28991f65cc4a030,abe0ad0109241c0fb34e46a99dac14dda6a85109..5dde93aac17b56e700cdeef52072d92c9e94db20
+++ b/Misc/NEWS
@@@ -152,6 -21,11 +152,8 @@@ Core and Builtin
  Library
  -------
  
 -- Issue #25203: Failed readline.set_completer_delims() no longer left the
 -  module in inconsistent state.
 -
+ - 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.