]> 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)
commitc00fa6387d9a2ceb3b4c4fa94646279c8b70fb4f
treef12c28e8ab319b2180c41a3f792ac93d73622495
parente84fde981dd957f53ec81e2d6f14a7cf418a9925
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