From: Benjamin Peterson Date: Sun, 29 Mar 2015 20:45:19 +0000 (-0400) Subject: merge 3.4 (#23801) X-Git-Tag: v3.5.0a3~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0deefd5a9402e3bd13ed899f9b939062faf98114;p=python merge 3.4 (#23801) --- 0deefd5a9402e3bd13ed899f9b939062faf98114 diff --cc Misc/NEWS index 64026173fb,48d1801b0c..333f6457ee --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -295,13 -124,14 +295,16 @@@ Librar - Issue #23361: Fix possible overflow in Windows subprocess creation code. -- Issue #23801: Fix issue where cgi.FieldStorage did not always ignore the - entire preamble to a multipart body. +- logging.handlers.QueueListener now takes a respect_handler_level keyword + argument which, if set to True, will pass messages to handlers taking handler + levels into account. -Tests ------ +- Issue #19705: turtledemo now has a visual sorting algorithm demo. Original + patch from Jason Yeo. -- Issue #23583: Added tests for standard IO streams in IDLE. ++- Issue #23801: Fix issue where cgi.FieldStorage did not always ignore the ++ entire preamble to a multipart body. + Build -----