Hi all,
This refers to the following review request: https://bugzilla.redhat.com/show_bug.cgi?id=885013 The code in question is here: https://bitbucket.org/brandon/backports.ssl_match_hostname/src
This package's entire purpose is to have a method from Python 3.2 available in earlier versions of Python. The code is copied from Python 3.2 into its own module.
As far as I know, that means the code is under the Python license.
On the PyPi page: http://pypi.python.org/pypi/backports.ssl_match_hostname/3.2a3 the license is listed as MIT.
Is the person who put the license tag on PyPi just wrong, or is there something more elaborate I have to look into here?