Browse Source

Merge new pip/setuptools from 3.4

pull/40/head
Donald Stufft 10 years ago
parent
commit
2af4144b7f
  1. 4
      Lib/ensurepip/__init__.py
  2. BIN
      Lib/ensurepip/_bundled/pip-8.1.2-py2.py3-none-any.whl
  3. BIN
      Lib/ensurepip/_bundled/pip-9.0.0-py2.py3-none-any.whl
  4. BIN
      Lib/ensurepip/_bundled/setuptools-28.7.1-py2.py3-none-any.whl

4
Lib/ensurepip/__init__.py

@ -8,9 +8,9 @@ import tempfile
__all__ = ["version", "bootstrap"]
_SETUPTOOLS_VERSION = "27.1.2"
_SETUPTOOLS_VERSION = "28.7.1"
_PIP_VERSION = "8.1.2"
_PIP_VERSION = "9.0.0"
# 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-8.1.2-py2.py3-none-any.whl

BIN
Lib/ensurepip/_bundled/pip-9.0.0-py2.py3-none-any.whl

BIN
Lib/ensurepip/_bundled/setuptools-27.1.2-py2.py3-none-any.whl → Lib/ensurepip/_bundled/setuptools-28.7.1-py2.py3-none-any.whl

Loading…
Cancel
Save