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, ned.deily, piotr.dobrogost, python-dev, tim.peters
Date 2014-02-14.11:13:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392376395.22.0.431586892849.issue19744@psf.upfronthosting.co.za>
In-reply-to
Content
Note: I'm deliberately not worrying about ensurepip._uninstall here, since that only gets invoked implicitly in the Windows uninstaller, and that should always have a valid SSL to play with.

Always, since I worked out how to disable ssl in my local build (just a small tweak to setup.py), I was able to verify the correct behaviour of test_ensurepip and test_venv with SSL unavailable.
History
Date User Action Args
2014-02-14 11:13:15ncoghlansetrecipients: + ncoghlan, tim.peters, larry, christian.heimes, ned.deily, python-dev, piotr.dobrogost, Dubslow, dstufft
2014-02-14 11:13:15ncoghlansetmessageid: <1392376395.22.0.431586892849.issue19744@psf.upfronthosting.co.za>
2014-02-14 11:13:15ncoghlanlinkissue19744 messages
2014-02-14 11:13:14ncoghlancreate