<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 23, 2015 at 5:56 PM, Nick Coghlan <span dir="ltr"><<a href="mailto:ncoghlan@gmail.com" target="_blank">ncoghlan@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="">On 24 November 2015 at 06:47, Wes Turner <<a href="mailto:wes.turner@gmail.com">wes.turner@gmail.com</a>> wrote:<br>
> 1. Does this affect easy_install?<br>
<br>
</span>easy_install has validated certificates since distribute was merged<br>
back into the project as part of setuptools 0.7 [1], and aside from<br>
one issue with HTTPS tunnelling [2], the certificate verification code<br>
has been stable since setuptools 1.3 [3].<br></blockquote><div><br></div><div>Got it; thanks.</div><div><br></div><div>* <a href="https://bitbucket.org/pypa/setuptools/src/tip/setuptools/ssl_support.py">https://bitbucket.org/pypa/setuptools/src/tip/setuptools/ssl_support.py</a><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<span class=""><br>
> 2. If/because this affects easy_install,<br>
>   should the guidance / suggested package installation tool be [pip];<br>
> because pip install_requires backports.ssl_match_hostname<br>
<br>
</span>setuptools/easy_install uses backports.ssl_match_hostname if it's<br>
available, and otherwise has its own implementation.<br></blockquote><div><br></div><div>* setuptools 0.7 [src] -- 2013-06-?? -- <a href="https://bitbucket.org/pypa/setuptools/src/7f2c08e9/?at=0.7">https://bitbucket.org/pypa/setuptools/src/7f2c08e9/?at=0.7</a><br></div><div>* setuptools 0.7 [distro] -- 201X-XX-XX [see: whohas, ]</div><div><br></div><div>Setuptools latest is now at version 18.5 (2015-11-02).</div><div><br></div><div><br></div><div><br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
Cheers,<br>
Nick.<br>
<br>
[1] <a href="https://pythonhosted.org/setuptools/history.html#id159" rel="noreferrer" target="_blank">https://pythonhosted.org/setuptools/history.html#id159</a><br>
[2] <a href="https://pythonhosted.org/setuptools/history.html#id80" rel="noreferrer" target="_blank">https://pythonhosted.org/setuptools/history.html#id80</a><br>
[3] <a href="https://pythonhosted.org/setuptools/history.html#id123" rel="noreferrer" target="_blank">https://pythonhosted.org/setuptools/history.html#id123</a><br>
<div class=""><div class="h5"><br>
--<br>
Nick Coghlan   |   <a href="mailto:ncoghlan@gmail.com">ncoghlan@gmail.com</a>   |   Brisbane, Australia<br>
</div></div></blockquote></div><br></div></div>