diff options
author | Ned Deily <nad@acm.org> | 2013-11-23 06:25:43 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2013-11-23 06:25:43 (GMT) |
commit | 41ab6c3b1a3e61fd5a7892ac3df0750588814034 (patch) | |
tree | 45709ec617e2c31a806d973827281d964909d523 /Misc | |
parent | 7bc4b3bee3c3cf1505e44a5209185ec59405fbaa (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ----------- |