This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients Dubslow, christian.heimes, dstufft, larry, ncoghlan, piotr.dobrogost, python-dev, tim.peters
Date 2013-12-23.13:14:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387804442.7.0.327824766454.issue19744@psf.upfronthosting.co.za>
In-reply-to
Content
I ended up not implementing step 3 - if you don't have SSL/TLS built, and you pass with_pip to the venv module API, or use the default settings for pyvenv, you *will* get an error from ensurepip.

Instead, I just kept the test skip in test_venv. ensurepip and test_ensurepip have been updated to provide a better traceback when SSL/TLS support is missing, though.

Tim, could you poke around at the latest version in your local build and see if the new checks are triggering? (I've assumed the ssl module can't be imported if the necessary underlying bits aren't built)
History
Date User Action Args
2013-12-23 13:14:02ncoghlansetrecipients: + ncoghlan, tim.peters, larry, christian.heimes, python-dev, piotr.dobrogost, Dubslow, dstufft
2013-12-23 13:14:02ncoghlansetmessageid: <1387804442.7.0.327824766454.issue19744@psf.upfronthosting.co.za>
2013-12-23 13:14:02ncoghlanlinkissue19744 messages
2013-12-23 13:14:01ncoghlancreate