GitHub user Kami opened a pull request:
https://github.com/apache/libcloud/pull/470
Use native match_hostname functionality from ssl module in Python >= 3.2
Python >= 3.2 provides ``match_hostname`` functionality in the `ssl` module
starting from Python 3.2.
With this change we now use native functionality on those versions and only
require and use ``backports.ssl_match_hostname`` on Python < 3.2.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Kami/libcloud
dont_require_backport_match_hostname_on_32_and_above
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/470.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #470
----
commit ecaf77b13be08bd6bae039264f83aafa556a5312
Author: Tomaz Muraus <[email protected]>
Date: 2015-02-28T19:49:44Z
Use native match_hostname functionality from ssl module in Python >= 3.2.
Also only require backports.ssl_match_hostname with Pyhon versions < 3.2.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---