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-21.15:31:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387639862.0.0.496212828709.issue19744@psf.upfronthosting.co.za>
In-reply-to
Content
OK, since pip 1.5 will still have the SSL/TLS dependency, the approach I'll go with for 3.4 is to:

1. Have ensurepip refuse to bootstrap pip if the ssl module is not available (noting that we'll remove that restriction if pip 1.6 avoids the strict dependency)
2. Use import_fresh_module to check that behaviour
3. Ensure venv skips trying to bootstrap pip if the ssl module is not available (although the subprocess invocation in the venv tests could make that tricky to test when the ssl module actually *is* available)
History
Date User Action Args
2013-12-21 15:31:02ncoghlansetrecipients: + ncoghlan, tim.peters, larry, christian.heimes, python-dev, piotr.dobrogost, Dubslow, dstufft
2013-12-21 15:31:02ncoghlansetmessageid: <1387639862.0.0.496212828709.issue19744@psf.upfronthosting.co.za>
2013-12-21 15:31:01ncoghlanlinkissue19744 messages
2013-12-21 15:31:01ncoghlancreate