From: Guido van Rossum Date: Mon, 20 Apr 2015 16:29:57 +0000 (-0700) Subject: Fix asyncio issue 235 (merge from 3.4). X-Git-Tag: v3.5.0b1~318 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f75d4a7ad00af30dea81e478915696c7106ff3ec;p=python Fix asyncio issue 235 (merge from 3.4). --- f75d4a7ad00af30dea81e478915696c7106ff3ec diff --cc Misc/NEWS index 24fb78e2fb,a6a3d822db..e9af7169f1 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -49,6 -29,10 +49,10 @@@ Core and Builtin Library ------- + - Fix asyncio issue 235: LifoQueue and PriorityQueue's put didn't - increment unfinished tasks (this bug was introduced in 3.4.3 when ++ increment unfinished tasks (this bug was introduced when + JoinableQueue was merged with Queue). + - Issue #23908: os functions now reject paths with embedded null character on Windows instead of silently truncate them.