]> granicus.if.org Git - python/commitdiff
whatsnew: add porting note for pyvenv --without-pip.
authorR David Murray <rdmurray@bitdance.com>
Mon, 10 Mar 2014 13:20:37 +0000 (09:20 -0400)
committerR David Murray <rdmurray@bitdance.com>
Mon, 10 Mar 2014 13:20:37 +0000 (09:20 -0400)
Doc/whatsnew/3.4.rst

index a0d1efa4f3e8b9919ea935dc52d43a71d3fd633d..f41a6ac68a091de92bea262965051212ffa65eb6 100644 (file)
@@ -2279,6 +2279,10 @@ Changes in the Python API
   stream in :mod:`~io.TextIOWrapper` to use its *newline* argument
   (:issue:`15204`).
 
+* If you use :ref:`pyvenv <scripts-pyvenv>` in a script and desire that pip
+  *not* be installed, you must add ``--wihtout-pip`` to your command
+  invocation.
+
 
 Changes in the C API
 --------------------