]> granicus.if.org Git - python/commitdiff
Issue #19551: Update whatsnew.
authorNed Deily <nad@acm.org>
Sat, 23 Nov 2013 06:39:09 +0000 (22:39 -0800)
committerNed Deily <nad@acm.org>
Sat, 23 Nov 2013 06:39:09 +0000 (22:39 -0800)
Doc/whatsnew/3.4.rst

index badb24d314242275b630b5543b07ac7a73a02ce5..b509516ec2bad0a58461fa1a583c6fe7d57c2c6e 100644 (file)
@@ -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.