Message206857
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) |
|
Date |
User |
Action |
Args |
2013-12-23 13:14:02 | ncoghlan | set | recipients:
+ ncoghlan, tim.peters, larry, christian.heimes, python-dev, piotr.dobrogost, Dubslow, dstufft |
2013-12-23 13:14:02 | ncoghlan | set | messageid: <1387804442.7.0.327824766454.issue19744@psf.upfronthosting.co.za> |
2013-12-23 13:14:02 | ncoghlan | link | issue19744 messages |
2013-12-23 13:14:01 | ncoghlan | create | |
|