summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2013-11-11 12:11:55 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2013-11-11 12:11:55 (GMT)
commitd0cf0635b3f73742a91a100b1f19b8f9edf7be9a (patch)
tree6c4853bfa7ccb6eaf63fbfe3a41460ac6187bfe5 /Misc
parent020af2a2bc4708215360a3793b5a1790e15d05dd (diff)
downloadcpython-d0cf0635b3f73742a91a100b1f19b8f9edf7be9a.zip
cpython-d0cf0635b3f73742a91a100b1f19b8f9edf7be9a.tar.gz
cpython-d0cf0635b3f73742a91a100b1f19b8f9edf7be9a.tar.bz2
Close #19406: Initial implementation of ensurepip
Patch by Donald Stufft and Nick Coghlan
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 5038eeb..34fac02 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1244,6 +1244,7 @@ Michael Stone
Serhiy Storchaka
Ken Stox
Dan Stromberg
+Donald Stufft
Daniel Stutzbach
Andreas Stührk
Colin Su
diff --git a/Misc/NEWS b/Misc/NEWS
index 563c7fe..0b97d23 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -34,6 +34,9 @@ Core and Builtins
Library
-------
+- Issue #19406: implementation of the ensurepip module (part of PEP 453).
+ Patch by Donald Stufft and Nick Coghlan.
+
- Issue #19544 and Issue #6286: Restore use of urllib over http allowing use
of http_proxy for Distutils upload command, a feature accidentally lost
in the rollback of distutils2.