[Python-checkins] peps: More PEP 453 cleanups

nick.coghlan python-checkins at python.org
Sun Sep 29 09:02:12 CEST 2013


http://hg.python.org/peps/rev/80565b5eaa2d
changeset:   5154:80565b5eaa2d
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sun Sep 29 17:02:03 2013 +1000
summary:
  More PEP 453 cleanups

files:
  pep-0453.txt |  8 ++++----
  1 files changed, 4 insertions(+), 4 deletions(-)


diff --git a/pep-0453.txt b/pep-0453.txt
--- a/pep-0453.txt
+++ b/pep-0453.txt
@@ -270,8 +270,7 @@
 `Installing Python Modules <http://docs.python.org/3/install>`__ guide be
 updated to officially recommend the use of ``pip`` as the default
 installer for Python packages, rather than the current approach of
-recommending the direct invocation of the ``setup.py install`` ``distutils``
-command.
+recommending the direct invocation of the ``setup.py install`` command.
 
 However, to avoid recommending a tool that CPython does not provide, it is
 further proposed that the `pip`_ package manager be made available by
@@ -281,8 +280,9 @@
 
 To support that end, this PEP proposes the inclusion of an ``ensurepip``
 bootstrapping module in Python 3.4 (along with the upcoming maintenance
-releases of Python 2.7 and 3.3), as well as changes to the way Python
-installed scripts are handled on Windows (for Python 3.4 only).
+releases of Python 2.7 and 3.3), as well as automatic invocation of that
+module from ``pyvenv`` (for Python 3.4 only), and changes to the way Python
+installed scripts are handled on Windows (also for Python 3.4 only).
 
 To clearly demarcate development responsibilities, and to avoid
 inadvertently downgrading ``pip`` when updating CPython, the proposed

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


More information about the Python-checkins mailing list