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.

classification
Title: 3.4 cherry pick: 9f76adbac8b7 better handling of missing SSL/TLS in ensurepip
Type: Stage:
Components: Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: larry Nosy List: larry, ncoghlan
Priority: release blocker Keywords:

Created on 2014-02-19 13:41 by ncoghlan, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg211618 - (view) Author: Nick Coghlan (ncoghlan) * (Python committer) Date: 2014-02-19 13:40
This change ensures make install and make altinstall still work in builds without SSL/TLS.

New changeset 9f76adbac8b7 by Nick Coghlan in branch 'default':
Issue #19744: Handle missing SSL/TLS in ensurepip
http://hg.python.org/cpython/rev/9f76adbac8b7
msg211765 - (view) Author: Larry Hastings (larry) * (Python committer) Date: 2014-02-20 23:38
ok.
History
Date User Action Args
2022-04-11 14:57:58adminsetgithub: 64884
2014-02-20 23:38:02larrysetstatus: open -> closed
resolution: fixed
messages: + msg211765
2014-02-19 13:41:00ncoghlancreate