Re: [Python-Dev] [Python-checkins] cpython: Use HTTP in testPythonOrg

2016-09-19 Thread Berker Peksağ
On Sun, Sep 11, 2016 at 3:58 PM, Eric V. Smith wrote: > Hi, Berker. > > Could you add a comment to the test on why this should use http? I can see > this bouncing back and forth between http and https, as people clean an up > all http usages to be https. Hi Eric, Sorry, I

Re: [Python-Dev] [Python-checkins] cpython: Use HTTP in testPythonOrg

2016-09-12 Thread Victor Stinner
I just noticed a failure on a recent Windows build: http://buildbot.python.org/all/builders/x86%20Windows7%203.x/builds/11620/steps/test/logs/stdio "urllib.error.URLError: " So I guess that the change is to restrict the unit test on parsing the robot failed and not test the SSL module. Am I

Re: [Python-Dev] [Python-checkins] cpython: Use HTTP in testPythonOrg

2016-09-11 Thread Eric V. Smith
Hi, Berker. Could you add a comment to the test on why this should use http? I can see this bouncing back and forth between http and https, as people clean an up all http usages to be https. Thanks. Eric. On 9/11/2016 8:46 AM, berker.peksag wrote: