Advertisement
Guest User

Untitled

a guest
Nov 26th, 2018
485
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.81 KB | None | 0 0
  1. diff -ru Python-3.7.1/Lib/ensurepip/__init__.py Python-3.7.1.new/Lib/ensurepip/__init__.py
  2. --- Python-3.7.1/Lib/ensurepip/__init__.py  2018-10-20 06:04:19.000000000 +0000
  3. +++ Python-3.7.1.new/Lib/ensurepip/__init__.py  2018-11-27 02:36:19.301655008 +0000
  4. @@ -8,9 +8,9 @@
  5.  __all__ = ["version", "bootstrap"]
  6.  
  7.  
  8. -_SETUPTOOLS_VERSION = "39.0.1"
  9. +_SETUPTOOLS_VERSION = "40.6.2"
  10.  
  11. -_PIP_VERSION = "10.0.1"
  12. +_PIP_VERSION = "18.1"
  13.  
  14.  _PROJECTS = [
  15.      ("setuptools", _SETUPTOOLS_VERSION),
  16. Only in Python-3.7.1/Lib/ensurepip/_bundled: pip-10.0.1-py2.py3-none-any.whl
  17. Only in Python-3.7.1.new/Lib/ensurepip/_bundled: pip-18.1-py2.py3-none-any.whl
  18. Only in Python-3.7.1/Lib/ensurepip/_bundled: setuptools-39.0.1-py2.py3-none-any.whl
  19. 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