diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-12-07 18:47:34 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-12-07 18:47:34 (GMT) |
commit | b46247bee518487abcc9e17925d28d682b8e08ac (patch) | |
tree | 6618e2002d1aa6a6abd6f51626235a866e9a8bfc /Misc/NEWS | |
parent | 5db1bb81ff88c90364cfcf458bae8115126411d8 (diff) | |
parent | a090f01bb63d73382e6e65b0364047c50afae5c2 (diff) | |
download | cpython-b46247bee518487abcc9e17925d28d682b8e08ac.zip cpython-b46247bee518487abcc9e17925d28d682b8e08ac.tar.gz cpython-b46247bee518487abcc9e17925d28d682b8e08ac.tar.bz2 |
merge 3.4 (#22959)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |