]> granicus.if.org Git - python/commit
Issue #19744: Handle missing SSL/TLS in ensurepip
authorNick Coghlan <ncoghlan@gmail.com>
Fri, 14 Feb 2014 23:14:54 +0000 (09:14 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Fri, 14 Feb 2014 23:14:54 +0000 (09:14 +1000)
commite2df5cfcbd37ca88a9826c2e1647ac09964beb33
treebd04d3ef77a029572d935796954ad18097d23abc
parentb7bb675d3c034c3a46cc485352bbb035f74f47ff
Issue #19744: Handle missing SSL/TLS in ensurepip

- now also allows POSIX installation with SSL/TLS missing
- a goal for pip 1.6 is to allow local use without SSL/TLS
Lib/ensurepip/__init__.py
Lib/test/test_ensurepip.py
Misc/NEWS