From: Benjamin Peterson Date: Tue, 10 Feb 2015 02:00:00 +0000 (-0500) Subject: merge 3.4 (#23361) X-Git-Tag: v3.5.0a2~176 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ef01e9b93493a1ca8746b956a70972ef52b3791;p=python merge 3.4 (#23361) --- 5ef01e9b93493a1ca8746b956a70972ef52b3791 diff --cc Misc/NEWS index b34ff5c2a2,dc89959698..12a376268d --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -13,12 -13,10 +13,14 @@@ Core and Builtin Library ------- + - Issue #23361: Fix possible overflow in Windows subprocess creation code. + -What's New in Python 3.4.3rc1? -============================== +- 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. + +What's New in Python 3.5 alpha 1? +================================= Release date: 2015-02-08