From: Guido van Rossum Date: Mon, 28 Sep 2015 14:44:49 +0000 (-0700) Subject: Issue #25233: Rewrite the guts of Queue to be more understandable and correct. (Merge... X-Git-Tag: v3.5.1rc1~252 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2f184652ca992c7653730540fa1da45489c451e;p=python Issue #25233: Rewrite the guts of Queue to be more understandable and correct. (Merge 3.4->3.5.) --- d2f184652ca992c7653730540fa1da45489c451e diff --cc Misc/NEWS index fec3cbc950,3b76bbdf9a..48e14c99a7 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -21,9 -81,8 +21,11 @@@ Core and Builtin Library ------- + - Issue #25233: Rewrite the guts of 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.