[Python-checkins] peps: Update PEP453 for Grammar and add --without-pip to PyVenv

donald.stufft python-checkins at python.org
Fri Aug 30 17:46:24 CEST 2013


http://hg.python.org/peps/rev/cff869e98a8c
changeset:   5087:cff869e98a8c
user:        Donald Stufft <donald at stufft.io>
date:        Fri Aug 30 11:45:51 2013 -0400
summary:
  Update PEP453 for Grammar and add --without-pip to PyVenv

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


diff --git a/pep-0453.txt b/pep-0453.txt
--- a/pep-0453.txt
+++ b/pep-0453.txt
@@ -146,10 +146,10 @@
 ================
 
 During the installation of Python from Python.org ``python -m getpip`` should
-be executed. Leaving people using the Windows or OSX installers with a working
+be executed, leaving people using the Windows or OSX installers with a working
 copy of pip once the installation has completed. The exact method of this is
-left up to the maintainers of the installers however if the bootstrapping is
-optional it should be opt out rather than opt in.
+left up to the maintainers of the installers, however if the bootstrapping is
+optional it should be opt-out rather than opt-in.
 
 The Windows and OSX installers distributed by Python.org will automatically
 attempt to run ``python -m getpip`` by default however the ``make install``
@@ -178,7 +178,9 @@
 will allow people the same convenience inside of the virtual environment as
 this PEP provides outside of it as well as bringing the ``venv`` module closer
 to feature parity with the external ``virtualenv`` package making it a more
-suitable replacement.
+suitable replacement. In the case that a user does not wish to have pip
+bootstrapped into their virtual environment a ``--without-pip`` option will be
+added.
 
 
 Recommendations for Downstream Distributors

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


More information about the Python-checkins mailing list