Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff -ru Python-3.7.1/Lib/ensurepip/__init__.py Python-3.7.1.new/Lib/ensurepip/__init__.py
- --- Python-3.7.1/Lib/ensurepip/__init__.py 2018-10-20 06:04:19.000000000 +0000
- +++ Python-3.7.1.new/Lib/ensurepip/__init__.py 2018-11-27 02:36:19.301655008 +0000
- @@ -8,9 +8,9 @@
- __all__ = ["version", "bootstrap"]
- -_SETUPTOOLS_VERSION = "39.0.1"
- +_SETUPTOOLS_VERSION = "40.6.2"
- -_PIP_VERSION = "10.0.1"
- +_PIP_VERSION = "18.1"
- _PROJECTS = [
- ("setuptools", _SETUPTOOLS_VERSION),
- Only in Python-3.7.1/Lib/ensurepip/_bundled: pip-10.0.1-py2.py3-none-any.whl
- Only in Python-3.7.1.new/Lib/ensurepip/_bundled: pip-18.1-py2.py3-none-any.whl
- Only in Python-3.7.1/Lib/ensurepip/_bundled: setuptools-39.0.1-py2.py3-none-any.whl
- Only in Python-3.7.1.new/Lib/ensurepip/_bundled: setuptools-40.6.2-py2.py3-none-any.whl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement