[issue19744] test_venv and installation fail if SSL/TLS is not available

Nick Coghlan report at bugs.python.org
Sat Feb 15 00:22:23 CET 2014


Nick Coghlan added the comment:

Thanks Ned - I fixed that test to only run if SSL/TLS is available, and added a new one to test that the command "succeeds" (with a warning printed to stderr) if SSL/TLS is missing.

Larry - over to you to decide whether or not to cherry pick this into the release clone. The remaining misbehaviour that was fixed in the last patch only affects custom source builds, so the beneficiaries would be people trying to build from the source tarball or release tag without SSL/TLS support.

----------
assignee: ned.deily -> larry

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


More information about the Python-bugs-list mailing list