summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2013-11-23 06:25:43 (GMT)
committerNed Deily <nad@acm.org>2013-11-23 06:25:43 (GMT)
commit41ab6c3b1a3e61fd5a7892ac3df0750588814034 (patch)
tree45709ec617e2c31a806d973827281d964909d523 /Misc
parent7bc4b3bee3c3cf1505e44a5209185ec59405fbaa (diff)
downloadcpython-41ab6c3b1a3e61fd5a7892ac3df0750588814034.zip
cpython-41ab6c3b1a3e61fd5a7892ac3df0750588814034.tar.gz
cpython-41ab6c3b1a3e61fd5a7892ac3df0750588814034.tar.bz2
Issue #19551: PEP 453 - OS X installer now installs or upgrades pip by default.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f3ad949..5a6c4c0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -395,6 +395,8 @@ Build
available to override the default ensurepip "--upgrade" option. The option
can also be set with "make [alt]install ENSUREPIP=[upgrade|install\no]".
+- Issue #19551: PEP 453 - the OS X installer now installs pip by default.
+
Tools/Demos
-----------