summaryrefslogtreecommitdiff
path: root/Lib/ensurepip/__init__.py
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2014-05-18 00:56:53 +0200
committerAntoine Pitrou <solipsis@pitrou.net>2014-05-18 00:56:53 +0200
commitdc2d7d21e2018eadd781e865a78fdaec4c25ff39 (patch)
tree5747ccc983dcf3cb8073b041e01ca016a9138b26 /Lib/ensurepip/__init__.py
parent6a67e92bae1638c863093c175a5d0b5e861041f4 (diff)
parent7e9937e0049e8be220fafdaa208da77e65eccd9f (diff)
downloadcpython-dc2d7d21e2018eadd781e865a78fdaec4c25ff39.tar.gz
Issue #21430: additions to the description of non-blocking SSL sockets
Diffstat (limited to 'Lib/ensurepip/__init__.py')
-rw-r--r--Lib/ensurepip/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
index 7cf6a4b826..4af1b1d6d0 100644
--- a/Lib/ensurepip/__init__.py
+++ b/Lib/ensurepip/__init__.py
@@ -8,9 +8,9 @@ import tempfile
__all__ = ["version", "bootstrap"]
-_SETUPTOOLS_VERSION = "2.1"
+_SETUPTOOLS_VERSION = "3.6"
-_PIP_VERSION = "1.5.4"
+_PIP_VERSION = "1.5.6"
# pip currently requires ssl support, so we try to provide a nicer
# error message when that is missing (http://bugs.python.org/issue19744)