summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-12-07 18:47:34 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-12-07 18:47:34 (GMT)
commitb46247bee518487abcc9e17925d28d682b8e08ac (patch)
tree6618e2002d1aa6a6abd6f51626235a866e9a8bfc /Misc/NEWS
parent5db1bb81ff88c90364cfcf458bae8115126411d8 (diff)
parenta090f01bb63d73382e6e65b0364047c50afae5c2 (diff)
downloadcpython-b46247bee518487abcc9e17925d28d682b8e08ac.zip
cpython-b46247bee518487abcc9e17925d28d682b8e08ac.tar.gz
cpython-b46247bee518487abcc9e17925d28d682b8e08ac.tar.bz2
merge 3.4 (#22959)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8400550..6de856c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -194,6 +194,9 @@ Core and Builtins
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.