[Python-checkins] cpython: Issue #19551: Update whatsnew.

ned.deily python-checkins at python.org
Sat Nov 23 07:39:56 CET 2013


http://hg.python.org/cpython/rev/257fda20a6cf
changeset:   87394:257fda20a6cf
user:        Ned Deily <nad at acm.org>
date:        Fri Nov 22 22:39:09 2013 -0800
summary:
  Issue #19551: Update whatsnew.

files:
  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
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -146,15 +146,14 @@
 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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list