[issue20982] http://www.python.org used in unit test is directed to HTTPS url

2014-03-19 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> test_geturl of test_urllibnet fails with 'https://www.python.org/' != 'http://www.python.org/' ___ Python tracker

[issue20982] http://www.python.org used in unit test is directed to HTTPS url

2014-03-19 Thread STINNER Victor
New submission from STINNER Victor: Many Python unit tests use http://www.python.org/ but the URL is directed to https://www.python.org/. Tests fail if the ssl module is missing. I modified test_urllib2.test_issue16464() but then I realized that many more tests are impacted: many tests of test