[issue21069] urllib unit tests failing without ssl module

Daniel Farrell report at bugs.python.org
Thu Mar 27 01:50:35 CET 2014


Daniel Farrell added the comment:

Note that issue21069.patch depends on issue20939_all_3x.patch (if that wasn't clear).

[~/cpython]$ hg import issue20939_all_3x.patch
applying issue20939_all_3x.patch
patching file Lib/test/test_urllib2.py
Hunk #1 succeeded at 1447 with fuzz 1 (offset 6 lines).
[~/cpython]$ hg import issue21069.patch
applying issue21069.patch
[~/cpython]$ ./configure
<snip>
[~/cpython]$ make
<snip>
[~/cpython]$ make test &> ~/test_success_after_patch.txt
<snip>

See attached output.

----------
Added file: http://bugs.python.org/file34631/test_success_after_patch.txt

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


More information about the Python-bugs-list mailing list