From: Benjamin Peterson Date: Sun, 7 Dec 2014 18:47:34 +0000 (-0500) Subject: merge 3.4 (#22959) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b46247bee518487abcc9e17925d28d682b8e08ac;p=python merge 3.4 (#22959) --- b46247bee518487abcc9e17925d28d682b8e08ac diff --cc Misc/NEWS index 840055084d,732236dab5..6de856cad2 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -194,9 -39,9 +194,12 @@@ Core and Builtin Library ------- + - Issue #22959: In the constructor of http.client.HTTPSConnection, prefer the + context's check_hostname attribute over the *check_hostname* parameter. + +- Issue #22696: Add function :func:`sys.is_finalizing` to know about + interpreter shutdown. + - Issue #16043: Add a default limit for the amount of data xmlrpclib.gzip_decode will return. This resolves CVE-2013-1753.