diff options
author | Ned Deily <nad@acm.org> | 2013-11-23 06:39:09 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2013-11-23 06:39:09 (GMT) |
commit | 44a0db0c1e53f13ead58ec5a23a5520f6df9ded9 (patch) | |
tree | 50209b8cb3f3cc0858b47ed1117639e850253100 | |
parent | 41ab6c3b1a3e61fd5a7892ac3df0750588814034 (diff) | |
download | cpython-44a0db0c1e53f13ead58ec5a23a5520f6df9ded9.zip cpython-44a0db0c1e53f13ead58ec5a23a5520f6df9ded9.tar.gz cpython-44a0db0c1e53f13ead58ec5a23a5520f6df9ded9.tar.bz2 |
Issue #19551: Update whatsnew.
-rw-r--r-- | Doc/whatsnew/3.4.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index badb24d..b509516 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -146,15 +146,14 @@ For CPython source builds on POSIX systems, the ``make install`` and can be controlled through configure options, and overridden through Makefile options. -On Windows, the CPython installer now offers the option to install ``pip`` -along with CPython itself. +On Windows and Mac OS X, the CPython installers now offer the option to +install ``pip`` along with CPython itself. .. note:: The implementation of PEP 453 is still a work in progress. Refer to :issue:`19347` for the progress on additional steps: - * Mac OS X installer integration * Having the binary installers install ``pip`` by default * Recommending the use of ``pip`` in the "Installing Python Module" documentation. |