Browse Source

Merge update to pip/setuptools

pull/9921/head
Donald Stufft 11 years ago
parent
commit
231d90609b
  1. 4
      Lib/ensurepip/__init__.py
  2. BIN
      Lib/ensurepip/_bundled/pip-7.0.3-py2.py3-none-any.whl
  3. BIN
      Lib/ensurepip/_bundled/setuptools-17.0-py2.py3-none-any.whl

4
Lib/ensurepip/__init__.py

@ -8,9 +8,9 @@ import tempfile
__all__ = ["version", "bootstrap"]
_SETUPTOOLS_VERSION = "16.0"
_SETUPTOOLS_VERSION = "17.0"
_PIP_VERSION = "7.0.1"
_PIP_VERSION = "7.0.3"
# pip currently requires ssl support, so we try to provide a nicer
# error message when that is missing (http://bugs.python.org/issue19744)

BIN
Lib/ensurepip/_bundled/pip-7.0.1-py2.py3-none-any.whl → Lib/ensurepip/_bundled/pip-7.0.3-py2.py3-none-any.whl

BIN
Lib/ensurepip/_bundled/setuptools-16.0-py2.py3-none-any.whl → Lib/ensurepip/_bundled/setuptools-17.0-py2.py3-none-any.whl

Loading…
Cancel
Save