From: Guido van Rossum Date: Mon, 28 Sep 2015 23:53:44 +0000 (-0700) Subject: Correct Misc/NEWS about asyncio.Queue rewrite. X-Git-Tag: v3.6.0a1~1408 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b4c00154f29d291cfa03b4f8786b5c6b142afd87;p=thirdparty%2FPython%2Fcpython.git Correct Misc/NEWS about asyncio.Queue rewrite. --- b4c00154f29d291cfa03b4f8786b5c6b142afd87 diff --cc Misc/NEWS index 6c93caf354b2,abe0ad010924..5dde93aac17b --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -152,6 -21,11 +152,8 @@@ Core and Builtin Library ------- + - 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. - - Issue #23600: Default implementation of tzinfo.fromutc() was returning wrong results in some cases.