[issue20939] test_geturl of test_urllibnet fails with 'https://www.python.org/' != 'http://www.python.org/'

Ned Deily report at bugs.python.org
Mon Mar 17 10:49:03 CET 2014


Ned Deily added the comment:

Here are patches to change network use of www.python.org to www.example.com so that the tests should pass even if the interpreter is built without SSL support.  It turns out that there are references to www.python.org in unexpected places (like test_site) so, while I ran all tests and tested the changes both with and without SSL availability, it wouldn't surprise me if I missed a few spots. Also, as requested by Benjamin, I produced patches for and tested on 3.1 and 3.2.  I'm +0 on applying the changes there as there are other, unrelated test failures with those releases on some platforms, but with the patches no one can blame the new python.org website for them.

----------
assignee:  -> ned.deily
keywords: +patch
nosy: +benjamin.peterson, georg.brandl
stage: needs patch -> patch review
versions: +Python 3.1, Python 3.2, Python 3.5
Added file: http://bugs.python.org/file34454/issue20939_all_27.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20939>
_______________________________________


More information about the Python-bugs-list mailing list